Update git submodules
authorJingLu5 <lvjing5@huawei.com>
Mon, 3 Jul 2017 10:34:53 +0000 (10:34 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 5 Jul 2017 01:55:36 +0000 (01:55 +0000)
commit21803123237d1a0422ad2cce5b7b7cf0b0a0202d
treebf4e595d355d84c6af3e2d9f83fab54fcd98a715
parent1cc8c1985d227707c4b52ef482c0db4d15b04e78
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 <lvjing5@huawei.com>
docs/submodules/yardstick