aboutsummaryrefslogtreecommitdiffstats
path: root/test/conf
diff options
context:
space:
mode:
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 }
+}
+