diff options
author | Florin Coras <fcoras@cisco.com> | 2019-06-24 19:33:40 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-06-25 15:39:10 +0000 |
commit | 0bcb931c399faaf2beed8aebf6c752e6d1af8680 (patch) | |
tree | 9075bb8e2c9593b85f7a732f9f168b2fbe0361f7 /src/tests/vnet/README | |
parent | f910e51608d5a2a52d4b7e9fefcbfdaaef97f10d (diff) |
lisp: move cp tests to unittest
Type: refactor
Also reformats and fixes some of the tests.
Change-Id: I074c677fd9b28e192f72a2db32f6f2dbda9a314f
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/tests/vnet/README')
-rw-r--r-- | src/tests/vnet/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tests/vnet/README b/src/tests/vnet/README deleted file mode 100644 index 10579e50e33..00000000000 --- a/src/tests/vnet/README +++ /dev/null @@ -1,10 +0,0 @@ -Unit test infrastructure for vnet - -To run unit tests do the following: - - 1. build vpp with 'vpp_enable_tests = yes' in build-data/platforms/vpp.mk - - 2. go to build-root/build-$tag-$arch/vnet - - 3. run - $ make check |