Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Sun, 27 Aug 2017 20:39:25 +0000 (13:39 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 18 Sep 2017 09:06:38 +0000 (09:06 +0000)
* Update docs/submodules/yardstick from branch 'stable/euphrates'
  - NSB test: remove vld_id it is not needed

    we get vld_id from the topology, we
    don't need it in Heat context

    Change-Id: I42c2309dda919e5b2026065dda851555df76ba57
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Fixing vPE config creation anf bring up issues.

    Change-Id: Icf7a01a053495e6d96bd664d6ceda8964fa437eb
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Fix all the exception while genereating the latency traffic

    Change-Id: I0b25e704b29fc68678eaa29d9e1d1eb04ee94e3e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Terminate the ixia traffic generator at the end of the test run

    Change-Id: I80501ab3662a58930939d849f0bde0e810154a39
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
  - Added multi-port testcases for vFW

    Change-Id: I6cf8675c83fc081dd22ae7896e63ff7725ed3c13
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - rename odl_l3 tests to just odl

    Change-Id: I664437d598db9f9dcc7036e306b8a4edc40287cf
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Fix the offset bug for UDP dst port in the traffic profile

    Also sends a new line to the VNF when waiting for prompt.

    Change-Id: Ib8641093974cd6713594aac9b418595ad5268e87
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
  - vnf_generic: adjust ssh timeout for number of VNFs

    we assume the time it takes to start multiple
    instances is proportional to the number of instances
    so we scale the timeout based on the number of instances.

    Change-Id: I6901890d3f184ac4e38e1d6823b96c291579e04a
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - NSB: fix port topology

    Add a new PortPair class to resolve the
    topology into list of public and private ports.

    Before we were calculating public/private in multiple
    locations and using different conventions.

    In addition for all the DPDK test we need to use the DPDK
    port number and no rely on interface ordering or interface naming
    conventions.

    We used to use  xe0 -> 0, xe1 -> 1, etc.  This is not the DPDK port
    number.

    Use the new dpdknicbind_helper class to parse the output of
    dpdk-devbind.py to find the actual DPDK port number at runtime.

    We then use this DPDK port number to correctly calculate the
    port_mask_hex.

    The port mask maps the DPDK port num (PMD ID) to the LINK ID
    used in the pipeline config

    We also need to make sure we only use the interfaces matched to the
    topology and not use all the interfaces, because in some cases we will
    have unused interfaces.  In particular TRex always requires an even
    number of interfaces, so for single port TRex tests we have to create
    the second port and not use it.

    Thus we had to modify the traffic generator stats code to only dump
    stats for used ports and no unused ports.

    Ixia was using interface ordering to map to Ixia ports, instead we use
    the dpdk_port_num which must be hardcoded for Ixia.

    Renamed traffic_profile.execute to traffic_profile.execute_traffic so
    we can trace the code easier.

    We pass the port used by the traffic profile to generate_samples so we
    don't get stats for unused ports.

    Fixed up vPE config creation and bring up issues.

    Fixed up CGNAPT and UDP_Replay to work correctly.

    Tested with 4-port scale-out

    Change-Id: I2e4f328bff2904108081e92a4bf712333fa73869
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
docs/submodules/yardstick

index 38eb33a..473fc75 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 38eb33a092e903b9854267d3e36496c919517103
+Subproject commit 473fc755673fec80ad15b55e423b53333a74f164