From: Thierry Parmentelat Date: Wed, 13 Oct 2010 17:39:09 +0000 (+0200) Subject: added username with '-' in it in the namespace unittest X-Git-Tag: sfa-1.0-5~27 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f90a36876e3d93c1d48086ce27e4b5a48b9e023a added username with '-' in it in the namespace unittest --- diff --git a/tests/testNamespace.py b/tests/testNamespace.py index 7fc5e3c1..7994bc9a 100755 --- a/tests/testNamespace.py +++ b/tests/testNamespace.py @@ -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'), ]