From: Thierry Parmentelat Date: Fri, 25 Jun 2010 14:30:19 +0000 (+0200) Subject: fix: did not export the granularity X-Git-Tag: tests-5.0-7~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=24c63fcfde5facc0479c345f25d2cf9faa36b3e5;p=tests.git fix: did not export the granularity --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 0ebb92c..86826dd 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -546,7 +546,8 @@ class TestPlc: 'PLC_WWW_HOST', 'PLC_BOOT_HOST', 'PLC_NET_DNS1', - 'PLC_NET_DNS2']: + 'PLC_NET_DNS2', + 'PLC_RESERVATION_GRANULARITY',]: fileconf.write ('e %s\n%s\n'%(var,self.plc_spec[var])) fileconf.write('w\n') fileconf.write('q\n')