commit | 0f8ad6cb074ca86989876bd372439cf020107739 | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Thu Oct 04 10:05:11 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Thu Oct 04 10:05:11 2018 -0700 |
tree | 7a39e7d21f767a0620f7ded11f19c7afe4bee53d | |
parent | a74427643de2cd3ef57b4047f03a836d3df68d1f [diff] |
changing localhost to 127.0.0.1 in properties file Change-Id: Icf9593487e61cd66079566efd8212b18e3609bc8
diff --git a/src/test/cord-api/Properties/RestApiProperties.py b/src/test/cord-api/Properties/RestApiProperties.py index 66091e5..74264b1 100644 --- a/src/test/cord-api/Properties/RestApiProperties.py +++ b/src/test/cord-api/Properties/RestApiProperties.py
@@ -16,7 +16,7 @@ #!/usr/bin/env python -SERVER_IP = 'localhost' +SERVER_IP = '127.0.0.1' SERVER_PORT = '30006' XOS_USER = 'admin@opencord.org' XOS_PASSWD = 'letmein'