diff options
author | QiLiang <liangqi1@huawei.com> | 2015-07-27 10:39:24 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2015-09-06 18:22:15 +0800 |
commit | c00f0f4fdab37db3bf084c879ac6186054726916 (patch) | |
tree | 99f914a9ba70a87c97a25c812e21b1d59ea7b64e /samples/iperf3.yaml | |
parent | 3c3917962ec72fb8ee7cb39bbf126be90c1033d3 (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/iperf3.yaml')
-rw-r--r-- | samples/iperf3.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/iperf3.yaml b/samples/iperf3.yaml index b3a7a9f3b..8de44678c 100644 --- a/samples/iperf3.yaml +++ b/samples/iperf3.yaml @@ -40,5 +40,4 @@ context: networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext" |