diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-19 16:20:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-04-19 16:20:59 +0000 |
commit | ba05bc2b35dd94577e4279fb875d576874b88086 (patch) | |
tree | d3f4796f6cde111c3955ee25ec98e61cb6767716 /scripts/tutorial/tutorial04-iget.sh | |
parent | 1564f6e750f5845823129300fcf2d1ca554d5b12 (diff) | |
parent | bbc0050ae320f21f02c13fece266380556a79b4f (diff) |
Merge "Updated topology and script for Internet2 tutorial" into vicn/master
Diffstat (limited to 'scripts/tutorial/tutorial04-iget.sh')
-rwxr-xr-x | scripts/tutorial/tutorial04-iget.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tutorial/tutorial04-iget.sh b/scripts/tutorial/tutorial04-iget.sh new file mode 100755 index 00000000..b7f54860 --- /dev/null +++ b/scripts/tutorial/tutorial04-iget.sh @@ -0,0 +1,5 @@ +#!/bin/bash +lxc exec u1srv1 -- bash -c "iget http://u3srv1/$1" & +lxc exec u1srv2 -- bash -c "iget http://u3srv1/$1" & +lxc exec u2srv1 -- bash -c "iget http://u3srv1/$1" & +wait $(jobs -p) |