From 72231250ed81e10d66bfe70701e64fa5fe50f712 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 15 Jun 2016 23:09:44 +0200 Subject: Publish --- .../src/test/cfg/routing/servicenotfound/errors.txt | 1 + .../src/test/cfg/routing/servicenotfound/hosts.xml | 7 +++++++ .../src/test/cfg/routing/servicenotfound/services.xml | 15 +++++++++++++++ 3 files changed, 23 insertions(+) create mode 100755 config-model/src/test/cfg/routing/servicenotfound/errors.txt create mode 100644 config-model/src/test/cfg/routing/servicenotfound/hosts.xml create mode 100644 config-model/src/test/cfg/routing/servicenotfound/services.xml (limited to 'config-model/src/test/cfg/routing/servicenotfound') diff --git a/config-model/src/test/cfg/routing/servicenotfound/errors.txt b/config-model/src/test/cfg/routing/servicenotfound/errors.txt new file mode 100755 index 00000000000..430cd317a90 --- /dev/null +++ b/config-model/src/test/cfg/routing/servicenotfound/errors.txt @@ -0,0 +1 @@ +Hop 'foo' in routing table 'document' references 'bar/baz' which is neither a service, a route nor another hop. diff --git a/config-model/src/test/cfg/routing/servicenotfound/hosts.xml b/config-model/src/test/cfg/routing/servicenotfound/hosts.xml new file mode 100644 index 00000000000..e2b97e374e6 --- /dev/null +++ b/config-model/src/test/cfg/routing/servicenotfound/hosts.xml @@ -0,0 +1,7 @@ + + + + + node1 + + diff --git a/config-model/src/test/cfg/routing/servicenotfound/services.xml b/config-model/src/test/cfg/routing/servicenotfound/services.xml new file mode 100644 index 00000000000..9f3822eb89d --- /dev/null +++ b/config-model/src/test/cfg/routing/servicenotfound/services.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3