Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct netutil.py unit tests #72

Open
konstantinos-papadopoulos opened this issue Jan 15, 2017 · 0 comments
Open

Correct netutil.py unit tests #72

konstantinos-papadopoulos opened this issue Jan 15, 2017 · 0 comments
Assignees
Labels

Comments

@konstantinos-papadopoulos
Copy link
Member

konstantinos-papadopoulos commented Jan 15, 2017

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

  • test_file.py
  • test_netutil.py
  • test_html.py
  • test_sysstats.py
  • test_process.py

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants