aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-03-26 12:11:32 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-03-27 15:24:50 +0200
commitd8747a7b810421d4a1c5aa88e85012558890e577 (patch)
treed99f6bcdfabeff005ceb7b1f28ca095f3dcae5ab /rumba/testbeds
parent9e499fec0ca6e2940717bce45388c59960f9bdc3 (diff)
downloadrumba-d8747a7b810421d4a1c5aa88e85012558890e577.tar.gz
rumba-d8747a7b810421d4a1c5aa88e85012558890e577.zip
storyboard: Add capturing of traffic
This adds the functionality to capture traffic on certain interfaces so that it can be inspected with tools like wireshark. A user needs to pass a start and end time and a node and DIF. Rumba will then determine the correct interface to capture on. Implements #41
Diffstat (limited to 'rumba/testbeds')
-rw-r--r--rumba/testbeds/qemu.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rumba/testbeds/qemu.py b/rumba/testbeds/qemu.py
index f3daefd..df80b7e 100644
--- a/rumba/testbeds/qemu.py
+++ b/rumba/testbeds/qemu.py
@@ -230,6 +230,8 @@ class Testbed(mod.Testbed):
# End of shim/node parsing block
##
#
+ for node in experiment.nodes:
+ node.has_tcpdump = True
def executor(list_of_commands):
for cmd in list_of_commands: