From: Thierry Parmentelat Date: Mon, 19 Sep 2011 18:04:41 +0000 (+0200) Subject: cleanup X-Git-Tag: tests-5.0-29~35 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=006bbaa2dfa475fbd06712a652afb3a2dc277236;p=tests.git cleanup --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 4e67e54..db34eee 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -27,7 +27,6 @@ class OnelabSubstrate (Substrate): # vplc01 to 15 def vplc_ips (self): return [ ( 'vplc%02d'%i, # DNS name -# '02:34:56:00:ee:%02d'%i) # MAC address 'unused') # MAC address for i in range(1,21) ]