From 003108b15f1a87d9fa433a7df7b451ceec5cf445 Mon Sep 17 00:00:00 2001 From: David Shea Date: Mon, 24 Sep 2018 16:33:32 -0400 Subject: [PATCH] Add new compose types to compose sanity test --- 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 08bc822a..c8fa6970 100755 --- a/tests/cli/test_compose_sanity.sh +++ b/tests/cli/test_compose_sanity.sh @@ -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"