diff options
author | Andrej Kozemcak <andrej.kozemcak@pantheon.tech> | 2019-01-24 07:34:58 +0100 |
---|---|---|
committer | Andrej Kozemcak <andrej.kozemcak@pantheon.tech> | 2019-02-21 16:54:15 +0100 |
commit | 0443951623b23abd9257876ab942443822427c57 (patch) | |
tree | 2bd167547c0b34e269975a24c3554ca8ff94151a /test/conf/vpp.conf | |
parent | 93b9c98c441ab571d1493488ab8e54115f9a04d5 (diff) |
1: Create Test enviroment.
Change-Id: I79ea8d85312876af7fd389b4776f764c21345ff2
Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'test/conf/vpp.conf')
-rw-r--r-- | test/conf/vpp.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 } +} + |