diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-09 19:00:19 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2017-03-28 19:18:42 +0200 |
commit | 8efe88eacfcbffcefd274238105b932dff76803a (patch) | |
tree | e39da13452c6573f36dce8da6c64612b0565390c /tests | |
parent | Merge pull request #277 from donaldsharp/proto-dev-build (diff) | |
download | frr-8efe88eacfcbffcefd274238105b932dff76803a.tar.xz frr-8efe88eacfcbffcefd274238105b932dff76803a.zip |
*: track version & "defaults" in configs
[CF]: Move default name to autoconf and update tests
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/cli/.gitignore | 1 | ||||
-rw-r--r-- | tests/lib/cli/test_cli.refout.in (renamed from tests/lib/cli/test_cli.refout) | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/cli/.gitignore b/tests/lib/cli/.gitignore new file mode 100644 index 000000000..682e95faa --- /dev/null +++ b/tests/lib/cli/.gitignore @@ -0,0 +1 @@ +/test_cli.refout diff --git a/tests/lib/cli/test_cli.refout b/tests/lib/cli/test_cli.refout.in index 7da549482..26f7f09a0 100644 --- a/tests/lib/cli/test_cli.refout +++ b/tests/lib/cli/test_cli.refout.in @@ -270,6 +270,9 @@ test# show run Current configuration:
!
+frr version @PACKAGE_VERSION@
+frr defaults @DFLT_NAME@
+!
hostname test
!
!
@@ -282,6 +285,9 @@ foohost(config)# do show run Current configuration:
!
+frr version @PACKAGE_VERSION@
+frr defaults @DFLT_NAME@
+!
hostname foohost
!
!
|