Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[sfa.git] / sfa / rspecs / elements / login.py
1 from sfa.rspecs.elements.element import Element
2
3 class Login(Element):
4     fields = [
5         'authentication',
6         'hostname',
7         'port',
8         'username'
9     ]