diff options
author | Chenfei Gao <cgao@research.att.com> | 2019-02-12 15:52:37 -0500 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2019-02-12 15:52:49 -0500 |
commit | fd967387f666cdf7f7e57c7ee7ac4947c0dd0535 (patch) | |
tree | 3d1d16b8023c9104d94107426039842dc1cfe5dc /plans | |
parent | 06088373765b46d627935673040bb3daa80d6e64 (diff) |
Change http to https in robot test
Changed http to https in robot test since https is enabled for policy-api rest service by default.
Issue-ID: POLICY-1270
Change-Id: Id108c956f2265db0e90b97b7e08371ee0df483c4
Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'plans')
-rw-r--r-- | plans/policy/api/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/policy/api/setup.sh b/plans/policy/api/setup.sh index dcfcb9ea..5ba95e9a 100644 --- a/plans/policy/api/setup.sh +++ b/plans/policy/api/setup.sh @@ -28,4 +28,4 @@ for i in {1..10}; do sleep $i done -ROBOT_VARIABLES="-v POLICY_API_IP:${POLICY_API_IP}"
\ No newline at end of file +ROBOT_VARIABLES="-v POLICY_API_IP:${POLICY_API_IP}" |