Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 16 Jul 2018 08:35:34 +0000 (09:35 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 19 Jul 2018 09:09:07 +0000 (09:09 +0000)
commit4b2b55b0eff425c95c8d574212b54aec644de7db
treee42b26df57b1fa468281965bdd28a71a25420449
parent843787d5e9f8d6a4a05c71c1797da10964a23971
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NodePort information returned in context should be a dictionary

    In Kubernetes context, NodePort information returned in context should be
    a dictionary. In [1], the node information is dumped in a yaml file. The
    NodePort object doesn't have a serialize implementation; instead of
    returning the object, an equivalent dictionary should be returned.

    [1]https://github.com/opnfv/yardstick/blob/f6fa0d7422f0669d049dbf07a51eb39b1dc25830/yardstick/benchmark/scenarios/networking/vnf_generic.py#L293

    JIRA: YARDSTICK-1323

    Change-Id: If4844c9b074920a7a7d8c1a424b681f9f8a4b0c5
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick