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

Merge branch 'ci-tutorial-on-selfix' into 'master'

fix(ci): some tricks to run tutorials on selfix

See merge request oai/cn5g/oai-cn5g-fed!102
parents c2e631c3 00d9de30
No related branches found
No related tags found
1 merge request!102fix(ci): some tricks to run tutorials on selfix
......@@ -155,6 +155,7 @@ def deploy(file_name, extra_interface=False):
logging.error('\033[0;31m Core network is un-healthy, please see below for more details\033[0m....')
print(res)
exit(-1)
time.sleep(10)
check_config(file_name)
def undeploy(file_name):
......
......@@ -160,6 +160,7 @@ docker-compose-host $: sudo chmod 666 /tmp/oai/slicing-with-nssf/slicing-with-ns
For CI purposes please ignore this line
``` shell
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name mysql --timeout 120
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name oai-spgwu-slice1 --timeout 30
```
-->
......
......@@ -155,6 +155,7 @@ Creating oai-smf ... done
For CI purposes please ignore this line
``` shell
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name mysql --timeout 120
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name oai-amf --timeout 30
docker-compose-host $: docker-compose -f docker-compose-basic-vpp-pcf-ulcl.yaml ps -a
```
-->
......
......@@ -308,10 +308,34 @@ Here we try some scaling testing with gnbsim. There are additional IMSIs added i
``` shell
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim2
Creating gnbsim2 ... done
```
<!---
For CI purposes please ignore this line
``` shell
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name gnbsim2 --timeout 40
```
-->
``` shell
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim3
Creating gnbsim3 ... done
```
<!---
For CI purposes please ignore this line
``` shell
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name gnbsim3 --timeout 40
```
-->
``` shell
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim4
Creating gnbsim4 ... done
```
<!---
For CI purposes please ignore this line
``` shell
docker-compose-host $: ../ci-scripts/checkContainerStatus.py --container_name gnbsim4 --timeout 40
```
-->
``` shell
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim5
Creating gnbsim5 ... done
```
......
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