added username with '-' in it in the namespace unittest
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 13 Oct 2010 17:39:09 +0000 (19:39 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 13 Oct 2010 17:39:09 +0000 (19:39 +0200)
tests/testNamespace.py

index 7fc5e3c..7994bc9 100755 (executable)
@@ -8,6 +8,7 @@ class TestNamespace(unittest.TestCase):
 
     hrns=[
         ('plc.princeton.tmack','user'),
+        ('fake-pi1@onelab.eu','user'),
         ('ple.inria.baris','user'),
         ('emulab\.net.slice.jktest','slice'),
         ]