News
Missing Unittest Package in Lab VM
Written: 13.03.2017 09:31
Written By: Frank Waßmuth
It has been brought to our attention that the test runner we suggested in the LLDP project description is not installed in the lab VM.
To install the nose package you can issue the following command in a terminal of the lab VM:
sudo pip install nose
Afterwards you can run the unit tests as described in the project description.
Hint: You can get more feedback about test execution by running nosetests in verbose mode:
nosetests -v