commit | d79d92c5cd911bfdc641d0b74042cad797fd1f6b | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@onlab.us> | Wed Aug 15 13:24:40 2018 -0700 |
committer | Suchitra Vemuri <suchitra@onlab.us> | Wed Aug 15 20:26:53 2018 +0000 |
tree | 5cddec395eabc969933e92493e6314d132eaa1f5 | |
parent | 542621c7f1c042feabf55123600e856c1bce41ee [diff] |
ported minor changes from master Change-Id: Iea96378e168dbb023c9cca98a94a85cab248a36a
diff --git a/src/test/cord-api/Properties/RestApiProperties.py b/src/test/cord-api/Properties/RestApiProperties.py index 757b5b2..24c5802 100644 --- a/src/test/cord-api/Properties/RestApiProperties.py +++ b/src/test/cord-api/Properties/RestApiProperties.py
@@ -65,3 +65,5 @@ FABRIC_SWITCH = '/xosapi/v1/fabric/switches' SWITCH_PORT = '/xosapi/v1/fabric/switchports' PORT_INTERFACE = '/xosapi/v1/fabric/portinterfaces' +OSS_SERVICE = '/xosapi/v1/hippie-oss/hippieossservices' +OSS_VOLT = '/xosapi/v1/core/servicedependencys'