store the rspec to a file to be used as input to the method get_ticket. will soon...
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 15 Dec 2009 13:06:04 +0000 (13:06 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 15 Dec 2009 13:06:04 +0000 (13:06 +0000)
system/TestPlc.py

index 377c4a4..02b8079 100644 (file)
@@ -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):