From 15bea19b90b5c9215fdb7b1500d29ab0a1178db8 Mon Sep 17 00:00:00 2001 From: yangsong Date: Thu, 17 Jan 2019 16:44:09 +0800 Subject: [PATCH] fix test case (#5963) --- xCAT-test/autotest/testcase/xcat_inventory/cases.osimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/xcat_inventory/cases.osimage b/xCAT-test/autotest/testcase/xcat_inventory/cases.osimage index efdca513d..cd6fb34ff 100644 --- a/xCAT-test/autotest/testcase/xcat_inventory/cases.osimage +++ b/xCAT-test/autotest/testcase/xcat_inventory/cases.osimage @@ -1075,7 +1075,7 @@ check:rc==0 cmd:rm -rf /tmp/otherpkglist /tmp/synclists /tmp/postinstall /tmp/exlist /tmp/partitionfile /tmp/pkglist /tmp/template cmd: ls -R /opt/inventory/site check: output =~ site -cmd:xcat-inventory import -t osimage -o test_myimage1,test_myimage2 -d /opt/inventory/site +cmd:xcat-inventory import -t osimage -o test_myimage1,test_myimage2 -d /opt/inventory/site/osimage check:rc==0 check:output=~The object test_myimage1 has been imported check:output=~The object test_myimage2 has been imported