Add new compose types to compose sanity test

This commit is contained in:
David Shea 2018-09-24 16:33:32 -04:00 committed by Brian C. Lane
parent 9ae690e3b6
commit 3ea07ed44a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CLI="./src/bin/composer"
rlJournalStart
rlPhaseStartTest "compose types"
rlAssertEquals "lists all supported types" \
"`$CLI compose types | sort | xargs`" "ext4-filesystem live-iso partitioned-disk qcow2 tar"
"`$CLI compose types | sort | xargs`" "ami ext4-filesystem live-iso partitioned-disk qcow2 tar vhd vmdk"
rlPhaseEnd
rlPhaseStartTest "compose start"