diff --git a/tests/cli/test_compose_sanity.sh b/tests/cli/test_compose_sanity.sh index f1c84085..5d1a8fac 100755 --- a/tests/cli/test_compose_sanity.sh +++ b/tests/cli/test_compose_sanity.sh @@ -36,6 +36,11 @@ rlJournalStart rlRun -t -c "$CLI compose image $UUID" rlAssertExists "$UUID-root.tar.xz" + + # because this path is listed in the documentation + rlAssertExists "/var/lib/lorax/composer/results/$UUID/" + rlAssertExists "/var/lib/lorax/composer/results/$UUID/root.tar.xz" + rlAssertNotDiffer "/var/lib/lorax/composer/results/$UUID/root.tar.xz" "$UUID-root.tar.xz" else rlFail "Compose UUID is empty!" fi