osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38515?usp=email )
Change subject: pcu: add testenv.cfg ......................................................................
pcu: add testenv.cfg
Change-Id: I57956a0bb5d5e164c3f840815573164e52300459 --- A pcu/testenv_generic.cfg A pcu/testenv_sns.cfg 2 files changed, 21 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/38515/1
diff --git a/pcu/testenv_generic.cfg b/pcu/testenv_generic.cfg new file mode 100644 index 0000000..90089c3 --- /dev/null +++ b/pcu/testenv_generic.cfg @@ -0,0 +1,11 @@ +[testsuite] +program=PCU_Tests +config=PCU_Tests.cfg + +[pcu] +program=respawn.sh osmo-pcu +make=osmo-pcu +package=osmo-pcu +copy=osmo-pcu.cfg +vty_port=4240 + diff --git a/pcu/testenv_sns.cfg b/pcu/testenv_sns.cfg new file mode 100644 index 0000000..0bf4e13 --- /dev/null +++ b/pcu/testenv_sns.cfg @@ -0,0 +1,10 @@ +[testsuite] +program=PCU_Tests +config=PCU_Tests_SNS.cfg + +[pcu] +program=respawn.sh osmo-pcu -c osmo-pcu-sns.cfg +make=osmo-pcu +package=osmo-pcu +copy=osmo-pcu-sns.cfg +vty_port=4240