handle other sliver_type in geniv3 rspecs
[sfa.git] / sfa / rspecs / elements / login.py
index ae42641..51741a9 100644 (file)
@@ -4,5 +4,6 @@ class Login(Element):
     fields = [
         'authentication',
         'hostname',
-        'port'
+        'port',
+        'username',
     ]