intracom-telecom-sdn / nstat

Network Stress-Test Automation Toolkit
Eclipse Public License 1.0
13 stars 5 forks source link

Correct netutil.py unit tests #72

Open konstantinos-papadopoulos opened 7 years ago

konstantinos-papadopoulos commented 7 years ago

test_netutil.py calls ssh_connect* methods having the named tuple as an argument. Unit tests should be updated with ip, username, password, port. See i.e methods

def ssh_connection_open(ip, ssh_port, username, password):

and

def test01_ssh_connection_open(self):

in test_netutil.py. Testing of

removed temporarily from tracis ci. Do not forget to restore it after correcting the unit test