SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

Netstat check Unit test #110

Closed kellender closed 8 years ago

kellender commented 8 years ago

Simple Check that test if Netstat is installed on the machine

priyam3nidhi commented 8 years ago

The code gave a [PASS] message when I tested it on Windows 8.1 PC

C:\Users\Priyam\Desktop\repy_v2-netstat_check\RUNNABLE>python utf.py -f ut_repyv2 api_netstat_check.py Testing module: repyv2api Running: ut_repyv2api_netstat_check.py [ PASS ] C:\Users\Priyam\Desktop\repy_v2-netstat_check\RUNNABLE>

aaaaalbert commented 8 years ago

This test made sense to check a specific issue with our Travis config. However, as a generic unit test that it will invariably fail on modern Linux boxes that lack netstat, it doesn't make much sense to add it to the repo.

Closing the PR.