From d1fe7feabba05400441d6042e22b4046fb895cee Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Tue, 11 Apr 2017 21:56:15 -0700 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - constants: default SERVER_IP to 127.0.0.1 When running unittest while connected to P2P VPN, their is no default route, so we get None. Instead of using None, default to 127.0.0.1 Not sure why this was renamed to SERVER_IP either, what do we use this value for? Still getting py.test unittest failures all the time. The problem is we lookup influxdb.ip but SERVER_IP is None, so the lookup fails. INFLUXDB_IP = get_param('influxdb.ip', SERVER_IP) SERVER_IP can't ever be None Change-Id: Iedb09dc541137f7cdc6ef8d26dd312807985bfa8 Signed-off-by: Ross Brattain --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 0832b64da..29484c307 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 0832b64daeeae389db660d87c139e82c1c6593f8 +Subproject commit 29484c3071028df6c897797706117082a4b8c3f5 -- cgit 1.2.3-korg