lgirdk / boardfarm

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

BFT option to run something during tests (like tcpdump on wan device) #343

Open mattsm opened 5 years ago

mattsm commented 5 years ago

We'd like a way for debug purposes to run something during a test and save the results as an artifact.

An example is tpcdump on a the wan device

BFT_OPTIONS=tcpdump(wan)

./bft ....

After the test is done we would have a tcpdump in results dir for each test as a pcap file.