From: Anil-Kumar Vengalil Date: Tue, 15 Dec 2009 13:06:04 +0000 (+0000) Subject: store the rspec to a file to be used as input to the method get_ticket. will soon... X-Git-Tag: tests-4.3-6~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=44a2d648313cf9735103ba3b2ecd9020a1476f17;p=tests.git store the rspec to a file to be used as input to the method get_ticket. will soon add a new test method to test get_ticket as part of our nightly --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 377c4a4..02b8079 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1075,7 +1075,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 my_resources")==0 @slice_mapper_options_sfa def check_slice_sfa(self):