diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-17 01:56:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-17 01:56:47 +0000 |
commit | a064cab72b7cf7eab651cb082a93f674eea81937 (patch) | |
tree | 6bd939aed74350f36f84f83c268d91dc915234e6 | |
parent | 2a316a6124b8a112da1bf7239b865860411512ac (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Verify the route list before parsing the data key"
- Verify the route list before parsing the data key
Exception:
line 502, in get_route_data
return next((route[data_key] for route in route_list if route['if'] ==
port), None)
TypeError: 'NoneType' object is not iterable
Change-Id: Ia45d90a4e9a61cb917b23efd03b86eafb249b747
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 641b52820afd1c61261cda954803cc335b818cc +Subproject 9c6eba101c7b656d077b95cf5d028551b0460aa |