From b3274b1bc6380a3bfac4dabb43efc22ce2432e15 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-test/autotest/testcase/xcat-inventory/cases.include --- .../autotest/testcase/xcat-inventory/cases.include | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-test/autotest/testcase/xcat-inventory/cases.include b/xCAT-test/autotest/testcase/xcat-inventory/cases.include index b38e40f49..e1c85460f 100644 --- a/xCAT-test/autotest/testcase/xcat-inventory/cases.include +++ b/xCAT-test/autotest/testcase/xcat-inventory/cases.include @@ -14,15 +14,15 @@ check:rc==0 cmd:rm -rf /tmp/imagedata/test_osimage/test_osimage.stanza cmd:lsdef -t osimage -o test_osimage check:rc==0 -cmd:xcat-inventory export -t osimage -o test_osimage -d /tmp/imagedata/export -check:output=~The osimage objects has been exported to directory /tmp/imagedata/export +cmd:xcat-inventory export -t osimage -o test_osimage -d /tmp/imagedata/export +check:output=~The osimage objects has been exported to directory /tmp/imagedata/export cmd:ls -lFR /tmp/imagedata/export cmd:diff -r /tmp/imagedata/test_osimage /tmp/imagedata/export/test_osimage/tmp/imagedata/test_osimage/ check:output=~Only in /tmp/imagedata/test_osimage: file7 -cmd:diff -y /etc/hosts /tmp/imagedata/export/test_osimage/etc/hosts +cmd:diff -y /etc/hosts /tmp/imagedata/export/test_osimage/etc/hosts check:rc==0 cmd:ls -l /tmp/imagedata/export/test_osimage/tmp/imagedata/test_osimage/file7 -check:rc!=0 +check:rc!=0 cmd: rmdef -t osimage -o test_osimage check:rc==0 cmd:rm -rf /tmp/imagedata/test_osimage @@ -33,7 +33,7 @@ check:output=~Inventory import successfully! check:output=~The object test_osimage has been imported cmd:lsdef -t osimage -o test_osimage check:rc==0 -cmd:diff -r /tmp/imagedata/export/test_osimage/tmp/imagedata/test_osimage/ /tmp/imagedata/test_osimage +cmd:diff -r /tmp/imagedata/export/test_osimage/tmp/imagedata/test_osimage/ /tmp/imagedata/test_osimage check:rc==0 cmd: rmdef -t osimage -o test_osimage check:rc==0