summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/simulated-config/osdf_config.yaml
diff options
context:
space:
mode:
authorVarma, Vikas (vv8305) <vv8305@att.com>2018-08-27 15:58:57 -0400
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-08-29 08:12:39 -0700
commitf5c4686709a691f6da703af55c55fdf5bbbc829d (patch)
treeb70252a6725aa00837fde916639b549000f22b5a /test/functest/simulators/simulated-config/osdf_config.yaml
parent8f30d3203817d86bd54470a4f91e67c4fabbc161 (diff)
Fixing functional test casesbeijing
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com> Issue-ID: OPTFRA-321
Diffstat (limited to 'test/functest/simulators/simulated-config/osdf_config.yaml')
-rwxr-xr-xtest/functest/simulators/simulated-config/osdf_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functest/simulators/simulated-config/osdf_config.yaml b/test/functest/simulators/simulated-config/osdf_config.yaml
index a192b70..0a77fe2 100755
--- a/test/functest/simulators/simulated-config/osdf_config.yaml
+++ b/test/functest/simulators/simulated-config/osdf_config.yaml
@@ -5,14 +5,14 @@ odfPasswordForSO: "" # The OSDF Manager password for MSO.
soUsername: "" # SO username for call back.
soPassword: "" # SO password for call back.
-conductorUrl: "http://localhost:5000/simulated/oof/has-api/flow1-success-simple/main.json"
+conductorUrl: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json"
conductorUsername: "CONDUCTOR-USER"
conductorPassword: "CONDUCTOR-PASSWD"
conductorPingWaitTime: 2 # seconds to wait before calling the conductor retry URL
conductorMaxRetries: 5 # if we don't get something in 30 minutes, give up
# Policy Platform -- requires ClientAuth, Authorization, and Environment
-policyPlatformUrl: http://localhost:5001/simulated/policy/pdp-has-vcpe-good/pdp/getConfig # Policy Dev platform URL
+policyPlatformUrl: http://127.0.0.1:5001/simulated/policy/pdp-has-vcpe-good/pdp/getConfig # Policy Dev platform URL
policyPlatformEnv: TEST # Environment for policy platform
policyPlatformUsername: POLICY-USER # Policy platform username.
policyPlatformPassword: POLICY-PASSWD # Policy platform password.