From 44a2d648313cf9735103ba3b2ecd9020a1476f17 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 15 Dec 2009 13:06:04 +0000 Subject: [PATCH] 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 --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.47.0