From 21803123237d1a0422ad2cce5b7b7cf0b0a0202d Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 3 Jul 2017 10:34:53 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - support segmentation_id for vlan provider network If a network specified in the test case is a vlan provider network, new attribute "segmentation_id" can be used to specify the desired vlan tag in the test case network section: networks: test-net: cidr: '192.168.1.0/24' provider: "vlan" physical_network: 'physnet1' segmentation_id: "1000" If the "segmentation_id" attribute is absent, a random vlan tag will be allocated to the network. Change-Id: Ic53852447a3c1bd8feb9ebd42d35f1ade3684be1 Signed-off-by: JingLu5 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 8e2da9dd4..ffe83c920 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 8e2da9dd467f0e0a28bb92097d80d707d579bd4f +Subproject commit ffe83c920736716f0caea36dceeff7b7e910db7c -- cgit 1.2.3-korg