[test] Add tests for getconnectioncount, getnettotals and ping
commit85f950a5c4cabddda23d7c5732ba25aa6e272b88
authorJimmy Song <jaejoon@gmail.com>
Fri, 21 Apr 2017 21:41:57 +0000 (21 14:41 -0700)
committerJimmy Song <jaejoon@gmail.com>
Fri, 28 Apr 2017 21:21:30 +0000 (28 14:21 -0700)
tree249fcb201933235df030e8859c766cb979d32916
parent4c924011f535c46b3bc02bef8b7e2a8ad559d78d
[test] Add tests for getconnectioncount, getnettotals and ping

* Split run_test into 4 separate tests
* Add 2 tests, getconnectioncount and getnettotals
* getnettotals - Strategy of test is to get the network stats before and after a ping. The difference in bytes sent/received is the bytes needed for a ping/pong.
test/functional/net.py