Revert "tests: Fix the order of liveimg-tar live-iso"

This reverts commit 3b6c6a35d7.
This commit is contained in:
Alexander Todorov 2019-08-26 12:27:23 +03:00 committed by Brian C. Lane
parent 114c1bbda7
commit 64ac615fa4

View File

@ -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"