Commit 23d937d6 authored by ayoubbargueoui1996's avatar ayoubbargueoui1996
Browse files

OAI testing scripts

parent ec742c8e
Loading
Loading
Loading
Loading
Loading
+1000 −0

File added.

Preview size limit exceeded, changes collapsed.

+1000 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
archives/
DS-TEST-RESULTS/
ci-scripts/mysql-complete.cmd
ci-scripts/temp/ci-*.sh
spgw_u.conf
deploy_results_oai_cn5g.html
ds_tester_results_oai_cn5g.html
cn5g_fed_docker_logs.zip
+21 −0
Original line number Diff line number Diff line
[submodule "component/oai-amf"]
	path = component/oai-amf
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-amf.git
[submodule "component/oai-smf"]
	path = component/oai-smf
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-smf.git
[submodule "component/oai-upf-equivalent"]
	path = component/oai-upf-equivalent
	url = https://github.com/OPENAIRINTERFACE/openair-spgwu-tiny.git
[submodule "component/oai-nrf"]
	path = component/oai-nrf
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nrf.git
[submodule "component/oai-ausf"]
	path = component/oai-ausf
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-ausf.git
[submodule "component/oai-udm"]
	path = component/oai-udm
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-udm.git
[submodule "component/oai-udr"]
	path = component/oai-udr
	url = https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-udr.git
+6 −0
Original line number Diff line number Diff line
#! /bin/bash
AMF_POD=`./list-pods.sh | grep amf | awk '{print $1}'`
echo "Looking for $AMF_POD"
microk8s kubectl -n oai-kdu logs -c amf $AMF_POD | grep Connected

Loading