From: Thierry Parmentelat Date: Thu, 5 Jul 2012 13:15:04 +0000 (+0200) Subject: return True for export on secondary plcs X-Git-Tag: tests-5.1-7~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6543b117437470eadbf4045c2811c8362ccfa2d7;p=tests.git return True for export on secondary plcs --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 9cad404..090014d 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -397,7 +397,7 @@ class TestPlc: # guess local domain from hostname if TestPlc.exported_id>1: print "export GUESTHOSTNAME%d=%s"%(TestPlc.exported_id,self.plc_spec['vservername']) - return + return True TestPlc.exported_id+=1 domain=socket.gethostname().split('.',1)[1] fqdn="%s.%s"%(self.plc_spec['host_box'],domain)