Skip to content
Snippets Groups Projects
Commit 91a399ac authored by RehanRaza's avatar RehanRaza
Browse files

Update test scripts to use env variable ALLOW_HTTP


Change-Id: I742d19337ce563170f8d7a833f6c94181db705ba
Issue-ID: NONRTRIC-240
Signed-off-by: default avatarRehanRaza <muhammad.rehan.raza@est.tech>
parent d728781c
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@ docker build -t a1test .
echo "Starting $1 mode"
#Run the container in interactive mode, unsecure port 8085, secure port 8185.
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=1.1.x-alpha.2 -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=1.1.x-alpha.2 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
......@@ -27,5 +27,5 @@ docker build -t a1test .
echo "Starting $1 mode"
#Run the container in interactive mode, unsecure port 8085, secure port 8185.
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
......@@ -27,4 +27,4 @@ docker build -t a1test .
echo "Starting ric-sim"
#Run the container in interactive mode, unsecure port 8085, secure port 8185
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=STD_1.1.3 -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
\ No newline at end of file
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=STD_1.1.3 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment