From: Anil-Kumar Vengalil Date: Tue, 26 Jan 2010 14:20:14 +0000 (+0000) Subject: pushing the resources output to a file X-Git-Tag: tests-5.0-1~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b4856d1d81ebf30ddc1230ec285af26064701007;p=tests.git pushing the resources output to a file --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 142dc3c..341c142 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1069,7 +1069,7 @@ class TestPlc: self.run_in_guest("sfi.py -d /root/.sfi/ list %s.main"%auth)==0 and \ self.run_in_guest("sfi.py -d /root/.sfi/ show %s.main"%auth)==0 and \ self.run_in_guest("sfi.py -d /root/.sfi/ slices")==0 and \ - self.run_in_guest("sfi.py -d /root/.sfi/ resources")==0 + self.run_in_guest("sfi.py -d /root/.sfi/ resources -o resources")==0 @slice_mapper_options_sfa def check_slice_sfa(self):