summaryrefslogtreecommitdiffstats
path: root/test/conf
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-01-24 07:34:58 +0100
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-02-21 16:54:15 +0100
commit0443951623b23abd9257876ab942443822427c57 (patch)
tree2bd167547c0b34e269975a24c3554ca8ff94151a /test/conf
parent93b9c98c441ab571d1493488ab8e54115f9a04d5 (diff)
1: Create Test enviroment.
Change-Id: I79ea8d85312876af7fd389b4776f764c21345ff2 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'test/conf')
-rw-r--r--test/conf/ietf-interfaces.xml14
-rw-r--r--test/conf/vpp.conf9
2 files changed, 23 insertions, 0 deletions
diff --git a/test/conf/ietf-interfaces.xml b/test/conf/ietf-interfaces.xml
new file mode 100644
index 0000000..3c8aa07
--- /dev/null
+++ b/test/conf/ietf-interfaces.xml
@@ -0,0 +1,14 @@
+<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
+ <interface>
+ <name>local0</name>
+ <description>Ethernet 0</description>
+ <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">ianaift:ethernetCsmacd</type>
+ <enabled>false</enabled>
+ </interface>
+ <interface>
+ <name>host-vpp1</name>
+ <description>Ethernet 1</description>
+ <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">ianaift:ethernetCsmacd</type>
+ <enabled>false</enabled>
+ </interface>
+</interfaces>
diff --git a/test/conf/vpp.conf b/test/conf/vpp.conf
new file mode 100644
index 0000000..92d5241
--- /dev/null
+++ b/test/conf/vpp.conf
@@ -0,0 +1,9 @@
+unix {
+ log /var/log/vpp/vpp.log
+ cli-listen /run/vpp/cli.sock
+}
+
+plugins {
+ plugin dpdk_plugin.so { disable }
+}
+