osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
pcu: add testenv.cfg

Change-Id: I57956a0bb5d5e164c3f840815573164e52300459
---
A pcu/testenv_generic.cfg
A pcu/testenv_sns.cfg
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/pcu/testenv_generic.cfg b/pcu/testenv_generic.cfg
new file mode 100644
index 0000000..7d506cf
--- /dev/null
+++ b/pcu/testenv_generic.cfg
@@ -0,0 +1,10 @@
+[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

To view, visit change 38515. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I57956a0bb5d5e164c3f840815573164e52300459
Gerrit-Change-Number: 38515
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>