From b4856d1d81ebf30ddc1230ec285af26064701007 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 26 Jan 2010 14:20:14 +0000 Subject: [PATCH] pushing the resources output to a file --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.47.0