From 33d3786e1c3911a8f72fd20dee2a6f168e095310 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 2 Dec 2019 15:52:46 +0100 Subject: tests: add second VTY reference Related: OS#4292 Change-Id: I2f0170e14febc68c0122062358f362003a2e3e5e --- tests/Makefile.am | 7 ++++-- tests/test2-vty-reference.xml | 38 +++++++++++++++++++++++++++++++++ tests/vty-test2/test2_vty_additions.xml | 2 ++ tests/vty-test2/test2_vty_reference.xml | 17 +++++++++++++++ 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 tests/test2-vty-reference.xml create mode 100644 tests/vty-test2/test2_vty_additions.xml create mode 100644 tests/vty-test2/test2_vty_reference.xml diff --git a/tests/Makefile.am b/tests/Makefile.am index 6eba2c5..641b35c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,10 @@ OSMO_GSM_MANUALS_DIR = $(top_srcdir) EXTRA_DIST = test-usermanual-docinfo.xml \ test-vty-reference.xml \ - vty + vty \ + test2-vty-reference.xml \ + vty-test2 \ + $(NULL) # Do not install any of the test pdfs OSMO_GSM_MANUALS_NO_INSTALL = 1 @@ -26,7 +29,7 @@ CLEAN_FILES = $(ASCIIDOC) include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc -VTY_REFERENCE = test-vty-reference.xml +VTY_REFERENCE = test-vty-reference.xml test2-vty-reference.xml include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc diff --git a/tests/test2-vty-reference.xml b/tests/test2-vty-reference.xml new file mode 100644 index 0000000..b8fea23 --- /dev/null +++ b/tests/test2-vty-reference.xml @@ -0,0 +1,38 @@ + + + + +]> + + + + + + v1 + 2nd December 2019 + os + Initial + + + + Test VTY Reference No. 2 + + + 2019 + + + + This work is copyrighted by sysmocom - s.f.m.c. GmbH. All rights reserved. + + + + + + &chapter-vty; + + diff --git a/tests/vty-test2/test2_vty_additions.xml b/tests/vty-test2/test2_vty_additions.xml new file mode 100644 index 0000000..a4c675e --- /dev/null +++ b/tests/vty-test2/test2_vty_additions.xml @@ -0,0 +1,2 @@ + + diff --git a/tests/vty-test2/test2_vty_reference.xml b/tests/vty-test2/test2_vty_reference.xml new file mode 100644 index 0000000..e5674e7 --- /dev/null +++ b/tests/vty-test2/test2_vty_reference.xml @@ -0,0 +1,17 @@ + + + Common Commands + These commands are available on all VTY nodes. They are listed here only once, to unclutter the VTY reference. + + + + + + + + + + + + + -- cgit v1.2.3