From cd8ae6a39128eae759161dd7de45dead9879c2c9 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Fri, 24 Jan 2025 21:51:44 +0100 Subject: [PATCH] refraator(test): cloud init source out of packer directory. --- tests/{packer/init => cloud-init}/archlinux-cosmic.user-data.yml | 0 tests/{packer/init => cloud-init}/archlinux-gnome.user-data.yml | 0 tests/{packer/init => cloud-init}/archlinux-kde.user-data.yml | 0 tests/{packer/init => cloud-init}/archlinux-server.user-data.yml | 0 tests/{packer/init => cloud-init}/archlinux-xfce.user-data.yml | 0 tests/{packer/init => cloud-init}/debian-gnome.user-data.yml | 0 tests/{packer/init => cloud-init}/debian-kde.user-data.yml | 0 tests/{packer/init => cloud-init}/debian-server.user-data.yml | 0 tests/{packer/init => cloud-init}/opensuse-gnome.user-data.yml | 0 tests/{packer/init => cloud-init}/opensuse-kde.user-data.yml | 0 tests/{packer/init => cloud-init}/ubuntu22-desktop.user-data.yml | 0 tests/{packer/init => cloud-init}/ubuntu24-desktop.user-data.yml | 0 tests/{packer/init => cloud-init}/ubuntu24-server.user-data.yml | 0 tests/packer/{init => }/clean.sh | 0 tests/packer/{init => }/init.sh | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename tests/{packer/init => cloud-init}/archlinux-cosmic.user-data.yml (100%) rename tests/{packer/init => cloud-init}/archlinux-gnome.user-data.yml (100%) rename tests/{packer/init => cloud-init}/archlinux-kde.user-data.yml (100%) rename tests/{packer/init => cloud-init}/archlinux-server.user-data.yml (100%) rename tests/{packer/init => cloud-init}/archlinux-xfce.user-data.yml (100%) rename tests/{packer/init => cloud-init}/debian-gnome.user-data.yml (100%) rename tests/{packer/init => cloud-init}/debian-kde.user-data.yml (100%) rename tests/{packer/init => cloud-init}/debian-server.user-data.yml (100%) rename tests/{packer/init => cloud-init}/opensuse-gnome.user-data.yml (100%) rename tests/{packer/init => cloud-init}/opensuse-kde.user-data.yml (100%) rename tests/{packer/init => cloud-init}/ubuntu22-desktop.user-data.yml (100%) rename tests/{packer/init => cloud-init}/ubuntu24-desktop.user-data.yml (100%) rename tests/{packer/init => cloud-init}/ubuntu24-server.user-data.yml (100%) rename tests/packer/{init => }/clean.sh (100%) rename tests/packer/{init => }/init.sh (100%) diff --git a/tests/packer/init/archlinux-cosmic.user-data.yml b/tests/cloud-init/archlinux-cosmic.user-data.yml similarity index 100% rename from tests/packer/init/archlinux-cosmic.user-data.yml rename to tests/cloud-init/archlinux-cosmic.user-data.yml diff --git a/tests/packer/init/archlinux-gnome.user-data.yml b/tests/cloud-init/archlinux-gnome.user-data.yml similarity index 100% rename from tests/packer/init/archlinux-gnome.user-data.yml rename to tests/cloud-init/archlinux-gnome.user-data.yml diff --git a/tests/packer/init/archlinux-kde.user-data.yml b/tests/cloud-init/archlinux-kde.user-data.yml similarity index 100% rename from tests/packer/init/archlinux-kde.user-data.yml rename to tests/cloud-init/archlinux-kde.user-data.yml diff --git a/tests/packer/init/archlinux-server.user-data.yml b/tests/cloud-init/archlinux-server.user-data.yml similarity index 100% rename from tests/packer/init/archlinux-server.user-data.yml rename to tests/cloud-init/archlinux-server.user-data.yml diff --git a/tests/packer/init/archlinux-xfce.user-data.yml b/tests/cloud-init/archlinux-xfce.user-data.yml similarity index 100% rename from tests/packer/init/archlinux-xfce.user-data.yml rename to tests/cloud-init/archlinux-xfce.user-data.yml diff --git a/tests/packer/init/debian-gnome.user-data.yml b/tests/cloud-init/debian-gnome.user-data.yml similarity index 100% rename from tests/packer/init/debian-gnome.user-data.yml rename to tests/cloud-init/debian-gnome.user-data.yml diff --git a/tests/packer/init/debian-kde.user-data.yml b/tests/cloud-init/debian-kde.user-data.yml similarity index 100% rename from tests/packer/init/debian-kde.user-data.yml rename to tests/cloud-init/debian-kde.user-data.yml diff --git a/tests/packer/init/debian-server.user-data.yml b/tests/cloud-init/debian-server.user-data.yml similarity index 100% rename from tests/packer/init/debian-server.user-data.yml rename to tests/cloud-init/debian-server.user-data.yml diff --git a/tests/packer/init/opensuse-gnome.user-data.yml b/tests/cloud-init/opensuse-gnome.user-data.yml similarity index 100% rename from tests/packer/init/opensuse-gnome.user-data.yml rename to tests/cloud-init/opensuse-gnome.user-data.yml diff --git a/tests/packer/init/opensuse-kde.user-data.yml b/tests/cloud-init/opensuse-kde.user-data.yml similarity index 100% rename from tests/packer/init/opensuse-kde.user-data.yml rename to tests/cloud-init/opensuse-kde.user-data.yml diff --git a/tests/packer/init/ubuntu22-desktop.user-data.yml b/tests/cloud-init/ubuntu22-desktop.user-data.yml similarity index 100% rename from tests/packer/init/ubuntu22-desktop.user-data.yml rename to tests/cloud-init/ubuntu22-desktop.user-data.yml diff --git a/tests/packer/init/ubuntu24-desktop.user-data.yml b/tests/cloud-init/ubuntu24-desktop.user-data.yml similarity index 100% rename from tests/packer/init/ubuntu24-desktop.user-data.yml rename to tests/cloud-init/ubuntu24-desktop.user-data.yml diff --git a/tests/packer/init/ubuntu24-server.user-data.yml b/tests/cloud-init/ubuntu24-server.user-data.yml similarity index 100% rename from tests/packer/init/ubuntu24-server.user-data.yml rename to tests/cloud-init/ubuntu24-server.user-data.yml diff --git a/tests/packer/init/clean.sh b/tests/packer/clean.sh similarity index 100% rename from tests/packer/init/clean.sh rename to tests/packer/clean.sh diff --git a/tests/packer/init/init.sh b/tests/packer/init.sh similarity index 100% rename from tests/packer/init/init.sh rename to tests/packer/init.sh