Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 21 Sep 2017 22:00:30 +0000 (15:00 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 25 Sep 2017 22:43:26 +0000 (22:43 +0000)
* Update docs/submodules/yardstick from branch 'stable/euphrates'
  - tg_rfc2544_ixia: log exceptions and fix list iter

    Change-Id: Ia9722604b7c8ae23e784e780f113d012de544d4b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Add service in kubernetes context

    JIRA: YARDSTICK-803

    Currently kubernetes test case can only run in master node.

    We need to support it run in jump server.
    So I add service and use nodePort type.

    Then we can login the pod using nodePort.

    Change-Id: Ia7900d263f1c5323f132435addec27ad10547ef9
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
  - bugfix: tc025 should use ipmi to poweroff

    if it use shutdown, it'll take several minutes to shutdown,
    leads to the ipmi power on command fails

    Change-Id: I74b61325cbcc3a6ec070d2fa103accf84f29b0fa
Signed-off-by: root <limingjiang@huawei.com>
  - Introduced timeout to post method of HttpClient

    We seen cases where grafana container bring-up code would fail,
    because of too quick access to the http api. Added 10sec timeout
    for the first query of the API.

    Change-Id: Ifc95a626d0ab5552a1f26fb167fc3f65791392d7
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
  - tg_rfc2544_ixia: use traffic id from JSON to update mac

    we were using raw sort index of the interfaces to
    set the MAC address, but we should be using the
    traffic id from the static JSON instead.

    Change-Id: I13284db04abb3eaf8c9826974a9e5aa1c37b3891
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Bumped samplevnfs flavor disk size to 6G.

    Since we increased the images size the 4G is not sufficient anymore.

    Change-Id: Iae25cf4cfb7a6cc69c8d28771c183a2342ac38d0
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
  - ixia: renamed execute to execute_traffic

    ixia: pass ports to generate_samples

    Change-Id: I90d12fa2ce8cd4d1c2a18bdcf70027f6d9e3f77f
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - nsb_setup.sh: update to Ansible 2.3.2

    Change-Id: I2f700fbb169d02d126fe7ea22721bebf127c1206
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - cgnapt: mock time.sleep in unitests

    Change-Id: I26957977e6dcd0392078a543a6907a550711c702
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - requirements: bump Ansible version to 2.3

    Change-Id: Ib429ba24d2b7287b6ec4e749386da0e1242d6a20
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Tweaked nsb_setup to always re-download latest container

    and re-create the container.

    Change-Id: I21204ddf97e2cccc2d5a762f5d910068bda1a948
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
  - prox: fix TG KPIs

    The problem is that we share the same ProxResourceHelper
    for both VNF and TG.

    For VNF we want to talk to resource.py and get collectd KPIs.
    For TG we need to read from the queue the TG calculated KPIs and
    we also want collectd KPIs.

    workaround is to use a different method name collect_collectd_kpi
    for VNFs

    Change-Id: Icc2132758e37ce210f5600a0cd433077930208e5
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Addition of PROX NSB tests to yardstick

    JIRA: YARDSTICK-802

    Addition of PROX L2FWD_Multiflow, ACL, Load Balancing  plus
    grafana dashboards

    Supports 2 and 4 port Baremetal & Heat

    Change-Id: I1f3990d5451de265ee3901302569c355ece3b146
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
  - prox: use find_relative_file when uploading

    the prox files were being found correctly.
    if we use find_relative_file they will lookup
    relative to the task_path

    Change-Id: Ifde5d07df5ccfbfeba015b2f43bd8b53e89a00b7
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - add opnfv_os-odl-fdio-dvr-ha_daily.yaml scenario

    Change-Id: I723477edf810a220816a2e67aa80f7f144efb3a6
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - prox: pass prox_config_dict between Processes using queue

    we generate the prox_config_dict in the _run Process,
    but we also need it in the _traffic_runner Process to
    get core info.

    use a queue to pass the config list between the processes

    enable collect_kpi

    Change-Id: Ibaf41d606e559a87addf43d6ddaed206dbd2d20c
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
  - Fixed few gaps when running on a minimal version of system

    - we need to make sure we have lsof installed
    - we need to update cache inside the image, because we are unable to install some of them

    Change-Id: Ic555489779e9096540001cb9c62ea2ab25c1ae90
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
  - prox testcases: private -> uplink,public -> downlink, vnf_0, tg_0

    Change-Id: I85afff4582bf538fcd0be5b4db1405a4da2573f9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - UDP_Replay: enable collectd KPIs

    Change-Id: I92146411707a9ec29864d164dbd63b96d05bffe0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
  - Heat: use pkey from string instead of key_filename

    Instead of using a key_filename for Heat, we can
    read the key as a string directly using pkg_resources.resource_string()

    This will enable us to save Heat stacks as pod.yaml, because
    we can embedded the key into the pod.yaml directly.

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

index f266b33..a8225b3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f266b33ff501b6ef04ab4cd0dcdc6858581dbaf3
+Subproject commit a8225b336df8fbb626a22bb38d8f8ca96af977f9