lgirdk / boardfarm

Automated testing with python
BSD 3-Clause Clear License
21 stars 33 forks source link

tests: lib: network_testing: Added generic functions for network testing #309

Closed sravichandran-contractor closed 5 years ago

sravichandran-contractor commented 5 years ago

tcpdump_capture() - Start the tcpdump capture tcpdump_read() - Read the tcpdump capture nmap_cli() - Execute the nmpa cli kill_process() - Kill the process ping() - ping of an IP

This change is required as per comments provided for the commit http://172.16.1.237:8080/c/boardfarm-cbn/+/2934


This change is Reviewable