better log ping commands
This commit is contained in:
parent
3bd620a53b
commit
345e7a0c57
@ -365,6 +365,7 @@ class Experiment(object):
|
||||
for i in range(0, self.topo_config.client_interface_count()):
|
||||
cmd = self.ping_command(self.topo_config.get_client_ip(i),
|
||||
self.topo_config.get_server_ip(), n=count)
|
||||
logging.info(cmd)
|
||||
self.topo.command_to(self.topo_config.client, cmd)
|
||||
|
||||
def ping_command(self, from_ip, to_ip, n=5):
|
||||
|
Loading…
Reference in New Issue
Block a user