aboutsummaryrefslogtreecommitdiffstats
path: root/csit/onset.sh
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-12 16:01:26 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-13 10:28:35 +0100
commit02d8fad0dfa0c007386beae24e25bbbd0eed130b (patch)
treecdba877596d9bb73fbf778fcac3122704305ab70 /csit/onset.sh
parent278a331dfec6bb875b35708bb9e704f5d0b4dd16 (diff)
Convert CSIT tests to use HTTP rather than HTTPS
This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and tidying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: I02afa5c7a585470fa0bda521e97bf1cdcf6a95c2 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/onset.sh')
-rwxr-xr-xcsit/onset.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/onset.sh b/csit/onset.sh
index 06b0c9fd..251b5b51 100755
--- a/csit/onset.sh
+++ b/csit/onset.sh
@@ -2,6 +2,7 @@
#
# ===========LICENSE_START====================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2022 Nordix Foundation.
# ============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -28,5 +29,5 @@ then
fi
curl -k -H "Content-type: application/json" --data-binary @$1 \
- https://${SIM_IP}:3905/events/unauthenticated.DCAE_CL_OUTPUT
+ http://${SIM_IP}:3904/events/unauthenticated.DCAE_CL_OUTPUT
echo