aboutsummaryrefslogtreecommitdiffstats
path: root/osmoappdesc.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-15 11:54:24 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-15 13:36:25 +0200
commit368e549a92258052840be2ce5e08b925bb7781cb (patch)
tree70821a723f0ec7e717264b6eca5f840fc85c4f6c /osmoappdesc.py
parentb1d46b4488d5e08f5d75b0cfa09ae43d5fc997d7 (diff)
tests/vty: Add VTY tests to the osmo-stp
There seems to be issues with the write handling of the osmo-stp and so far we did not enable vty tests here. Make it possible to enable the tests, fix the VTY strings, change string to OsmoSTP. Change-Id: I547fd4840d86ce16e8589fb63802dd7099781194
Diffstat (limited to 'osmoappdesc.py')
-rw-r--r--osmoappdesc.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/osmoappdesc.py b/osmoappdesc.py
new file mode 100644
index 0000000..9ad5188
--- /dev/null
+++ b/osmoappdesc.py
@@ -0,0 +1,27 @@
+#!/usr/bin/env python
+
+# (C) 2016 by Holger Hans Peter Freyther
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+app_configs = {
+ "osmo-stp": ["doc/examples/osmo-stp.cfg"]
+}
+
+apps = [(4242, "src/osmo-stp", "OsmoSTP", "osmo-stp"),
+ ]
+
+vty_command = ["src/osmo-stp", "-c", "doc/examples/osmo-stp.cfg"]
+
+vty_app = apps[0]
+