diff options
author | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-04-19 18:06:35 +0200 |
---|---|---|
committer | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-04-19 18:06:35 +0200 |
commit | bbc0050ae320f21f02c13fece266380556a79b4f (patch) | |
tree | 3eb25a23f39cae0f547874da063584d8978cd8b0 /scripts/tutorial/tutorial04-iget.sh | |
parent | 0e2c1893b4cf0e31aec7b731162fcb235db459f3 (diff) |
Updated topology and script for Internet2 tutorial
Change-Id: Iaeddb03d959d639b30504cb8dbd5e886b9e3a57a
Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
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) |