Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 28 Sep 2017 20:29:43 +0000 (20:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 28 Sep 2017 20:29:43 +0000 (20:29 +0000)
commit3392f8c177a5dcba651a694b4ff8b387b5ea94e5
treef7d26a9f064127124985b2d66d7452aab42a44a7
parentbf5acaf050829a82791549c7f1052e37abe5f38d
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "vnf_generic: Fix str object has no attribute items"
  - vnf_generic: Fix str object has no attribute items

    When an IP range is specified in src_ip/dst_ip like:
    src_ip:
       - '152.16.100.180-152.16.100.181'
    yardstick would return str object has no attribute items error.
    This change will return the IP range as is if type is str.

    Change-Id: I3b097777f0d85b0600207157bebba18987ea2275
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick