aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping-multiple-context.yaml
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2015-07-27 10:39:24 +0000
committerQiLiang <liangqi1@huawei.com>2015-09-06 18:22:15 +0800
commitc00f0f4fdab37db3bf084c879ac6186054726916 (patch)
tree99f914a9ba70a87c97a25c812e21b1d59ea7b64e /samples/ping-multiple-context.yaml
parent3c3917962ec72fb8ee7cb39bbf126be90c1033d3 (diff)
Support to config external network by shell env
Example invocation: $ export EXTERNAL_NETWORK=net04_ext $ yardstick task start samples/ping.yaml The default external network is "net04_ext" external_net should not be possible set in yaml anymore. JIRA: YARDSTICK-54 Change-Id: I8c7b2850801f312c6878e9a363b06cdc8ade09bf Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'samples/ping-multiple-context.yaml')
-rw-r--r--samples/ping-multiple-context.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml
index c529fccb8..1c27e1bf1 100644
--- a/samples/ping-multiple-context.yaml
+++ b/samples/ping-multiple-context.yaml
@@ -36,7 +36,6 @@ contexts:
networks:
test:
cidr: '10.0.1.0/24'
- external_network: "net04_ext"
-
name: demo2
image: cirros-0.3.3
@@ -52,5 +51,4 @@ contexts:
networks:
test:
cidr: '10.0.1.0/24'
- external_network: "net04_ext"