diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-06-30 12:17:16 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-06-30 12:17:16 +0200 |
commit | 815839bf3cac2fcfd2d25a69395055397d55a8bb (patch) | |
tree | 128c5acaf009245b87c982ae7e85041c39afee98 /examples | |
parent | 50f0edfca9b552d332d250022e0d8c5fdaa531c7 (diff) | |
download | rumba-815839bf3cac2fcfd2d25a69395055397d55a8bb.tar.gz rumba-815839bf3cac2fcfd2d25a69395055397d55a8bb.zip |
ssh & model-storyboard: changed ssh API, added node.execute* methods
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.py b/examples/example.py index 567852f..11e8331 100755 --- a/examples/example.py +++ b/examples/example.py @@ -49,7 +49,7 @@ try: exp.bootstrap_prototype() c1 = Client("rinaperf", options ="-t perf -s 1000 -c 10000") s1 = Server("rinaperf", arrival_rate=2, mean_duration=5, options = "-l", nodes = [a], clients = [c1]) - sb = StoryBoard(exp, 3600, servers = [s1]) + sb = StoryBoard(exp, duration=3600, servers = [s1]) sb.start() finally: exp.swap_out() |