diff --git a/Makefile b/Makefile index b80d84c837cfb81973507dcca6ff69f1511eef19..da84a758057f224146408f1ada166e5ccbb7b688 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,6 @@ COPY = \ gstreamer-decode \ inherit-config.sh \ misc \ - predeployed-misc \ resources \ sdk \ templates \ diff --git a/debian/apertis-tests.install b/debian/apertis-tests.install index a50d8dd4ce50932acc1eeaf13927d506452261cd..692170649562c8773c1b013f2afd423fa7c3d24f 100644 --- a/debian/apertis-tests.install +++ b/debian/apertis-tests.install @@ -13,7 +13,6 @@ usr/lib/apertis-tests/networking/proxy-manual/Makefile usr/lib/apertis-tests/networking/proxy-manual/README usr/lib/apertis-tests/networking/proxy-manual/*.c usr/lib/apertis-tests/networking/proxy-manual/sites-available -usr/lib/apertis-tests/predeployed-misc usr/lib/apertis-tests/resources usr/lib/apertis-tests/sdk usr/lib/apertis-tests/templates diff --git a/predeployed-misc/dist-upgrade.yaml b/predeployed-misc/dist-upgrade.yaml deleted file mode 100644 index 6d1418aecd69a900db7978c31abd92dfb089a6b3..0000000000000000000000000000000000000000 --- a/predeployed-misc/dist-upgrade.yaml +++ /dev/null @@ -1,20 +0,0 @@ -metadata: - name: dist-upgrade - format: "Lava-Test-Shell Test Definition 1.0" - description: "Run a dist-upgrade on the pre-deployed image" - maintainer: "sjoerd.simons@collabora.co.uk" - scope: - - functional - environment: - - lava-test-shell - -run: - steps: - - lava-test-case mount-root --shell "mount -o subvol=/rootfs /dev/disk/by-label/sac_15.03_root /mnt" - - lava-test-case mount-boot --shell "mount -o bind /boot /mnt/boot" - - lava-test-case mount-boot --shell "mount -o remount,rw /mnt/boot" - - lava-test-case apt-update --shell "systemd-nspawn -D /mnt apt-get update" - - lava-test-case apt-update --shell "systemd-nspawn -D /mnt apt-get -y dist-upgrade" - - lava-test-case umount-boot --shell "umount /mnt/boot" - - lava-test-case umount-root --shell "umount /mnt" -