Removed a space from between library HTTP GET parameters. 81/17081/2
authorPhillip Shea <phillip.shea@hp.com>
Wed, 25 Mar 2015 00:37:39 +0000 (17:37 -0700)
committerPhillip Shea <phillip.shea@hp.com>
Wed, 25 Mar 2015 00:44:12 +0000 (00:44 +0000)
This was causing the Jolokia query to fail.

Change-Id: Ieffb9d759770e6917de8d5b4966cebb10b21f6ca
Signed-off-by: Phillip Shea <phillip.shea@hp.com>
test/csit/libraries/SettingsLibrary.py

index a66f27f6c3fa5f64effafd8f8e1aee0482d2c1ed..1fe0b3ad023285e9f0ce7c4924075512f39e7857 100644 (file)
@@ -60,7 +60,7 @@ def getJolokiaURL(hostname, port, shardIndex, shardName):
     """GET URL for jolokia"""
     return "http://" + hostname + ":" + port + \
         "/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-" + \
-        shardIndex + "-" + shardName + ", type=DistributedConfigDatastore"
+        shardIndex + "-" + shardName + ",type=DistributedConfigDatastore"
 
 
 # Template for Car resource payload