Skip to content
Snippets Groups Projects
Commit 32d5b9bd authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(test): http2 fix

parent 288003b4
No related branches found
No related tags found
1 merge request!104Test: Load test --> putting all NF in error log-level
......@@ -392,7 +392,7 @@ pipeline {
steps {
script {
echo 'Silencing all NFs to reduce size of logs'
sh './ci-scripts/silentCN5G-NF.py --docker-compose-file docker-compose/docker-compose-basic-nrf.yaml --all-log-level error'
sh './ci-scripts/silentCN5G-NF.py --docker-compose-file docker-compose/docker-compose-basic-nrf-http2.yaml --all-log-level error'
updateDockerCompose('docker-compose/docker-compose-basic-nrf-http2.yaml', gnbsimTag)
dir ('docker-compose') {
echo 'Adding 16000 Users to database'
......
......@@ -105,6 +105,7 @@ services:
- 80/tcp
- 8080/tcp
environment:
- TZ=Europe/Paris
- NRF_INTERFACE_NAME_FOR_SBI=eth0
# The default HTTP2 port is 8080 for all network functions
# It is shown here as example.
......@@ -121,7 +122,7 @@ services:
- 8080/tcp
- 38412/sctp
environment:
- TZ=Europe/paris
- TZ=Europe/Paris
- MCC=208
- MNC=95
- REGION_ID=128
......
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