From f90a36876e3d93c1d48086ce27e4b5a48b9e023a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Oct 2010 19:39:09 +0200 Subject: [PATCH] added username with '-' in it in the namespace unittest --- tests/testNamespace.py | 1 + 1 file changed, 1 insertion(+) 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'), ] -- 2.43.0