From 3392f8c177a5dcba651a694b4ff8b387b5ea94e5 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 28 Sep 2017 20:29:43 +0000 Subject: 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 Signed-off-by: Ross Brattain --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index c832dd05f..578a9031d 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit c832dd05f20936734faadcd1ffa1dd8d01d08819 +Subproject commit 578a9031d8d0c6f8631db13e89856abbdf8d23d9 -- cgit 1.2.3-korg