From 64ac615fa414f4da233aae79c7f02b43a5fcaa0a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 26 Aug 2019 12:27:23 +0300 Subject: [PATCH] Revert "tests: Fix the order of liveimg-tar live-iso" This reverts commit 3b6c6a35d76afd0bdd045bf021eaf49114c6c494. --- tests/cli/test_compose_sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_compose_sanity.sh b/tests/cli/test_compose_sanity.sh index 7fd7b5ea..2374f5a7 100755 --- a/tests/cli/test_compose_sanity.sh +++ b/tests/cli/test_compose_sanity.sh @@ -12,7 +12,7 @@ CLI="${CLI:-./src/bin/composer-cli}" rlJournalStart rlPhaseStartTest "compose types" rlAssertEquals "lists all supported types" \ - "`$CLI compose types | sort | xargs`" "alibaba ami ext4-filesystem google hyper-v liveimg-tar live-iso openstack partitioned-disk qcow2 tar vhd vmdk" + "`$CLI compose types | sort | xargs`" "alibaba ami ext4-filesystem google hyper-v live-iso liveimg-tar openstack partitioned-disk qcow2 tar vhd vmdk" rlPhaseEnd rlPhaseStartTest "compose start"