osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41246?usp=email )
Change subject: mme/testenv_emergency: fix config path
......................................................................
mme/testenv_emergency: fix config path
There is no MME_Tests_emergency.cfg. It looks like MME_Tests.cfg should
be used instead.
Fix for:
install: cannot stat '…/mme/MME_Tests_emergency.cfg': No such file or
directory
Fixes: a8eb4c70 ("MME-Tests: Add tests for emergency cappability indication")
Change-Id: Id282981a735f9f5e29f957dc395210f5e785bff3
---
M mme/testenv_emergency.cfg
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/46/41246/1
diff --git a/mme/testenv_emergency.cfg b/mme/testenv_emergency.cfg
index 4c1ff91..0afde85 100644
--- a/mme/testenv_emergency.cfg
+++ b/mme/testenv_emergency.cfg
@@ -1,7 +1,7 @@
[testsuite]
titan_min=11.1.0
program=MME_Tests
-config=MME_Tests_emergency.cfg
+config=MME_Tests.cfg
[mme]
program=open5gs-mmed -c open5gs-mme_emergency.yaml
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41246?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id282981a735f9f5e29f957dc395210f5e785bff3
Gerrit-Change-Number: 41246
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>