commit | 477c52a40d9cd095ffbc7e6658b0db7a4b05ad88 | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Mon Oct 08 16:59:29 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Mon Oct 08 16:59:38 2018 -0700 |
tree | 6fa2262c3b882daebf75e40ebdcd88024be59c3e | |
parent | 59ded6c36e70b16822984a66c83b9beb25bbb6d8 [diff] |
changing server ip default Change-Id: I10ca9a678c65b3468394d5bfd2a3b92f659890e9
diff --git a/src/test/cord-api/Properties/RestApiProperties.py b/src/test/cord-api/Properties/RestApiProperties.py index 2600c70..74264b1 100644 --- a/src/test/cord-api/Properties/RestApiProperties.py +++ b/src/test/cord-api/Properties/RestApiProperties.py
@@ -16,8 +16,7 @@ #!/usr/bin/env python -SERVER_IP = '10.192.4.241' -#SERVER_IP = '10.90.0.101' +SERVER_IP = '127.0.0.1' SERVER_PORT = '30006' XOS_USER = 'admin@opencord.org' XOS_PASSWD = 'letmein'