This series adds a new testsuite for the userspace datapath that runs the already written kmod-sanity tests. The reason for this are explained in the 3rd commit message.
The first two commits just move some code (without modifing it), while the 3rd introduces the new infrastructure. The testsuite is called `userspace-testsuite` and can be launched with `make check-userspace`. Daniele Di Proietto (3): tests: Rename kmod-traffic.at to traffic.at. kmod-macros: Move some code to traffic-common-macros. tests: Add userspace-testsuite. tests/.gitignore | 1 + tests/automake.mk | 24 +++++++-- tests/kmod-macros.at | 73 +++++----------------------- tests/kmod-testsuite.at | 3 +- tests/kmod-traffic.at | 107 ----------------------------------------- tests/traffic-common-macros.at | 54 +++++++++++++++++++++ tests/traffic.at | 107 +++++++++++++++++++++++++++++++++++++++++ tests/userspace-macros.at | 41 ++++++++++++++++ tests/userspace-testsuite.at | 23 +++++++++ 9 files changed, 261 insertions(+), 172 deletions(-) delete mode 100644 tests/kmod-traffic.at create mode 100644 tests/traffic-common-macros.at create mode 100644 tests/traffic.at create mode 100644 tests/userspace-macros.at create mode 100644 tests/userspace-testsuite.at -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev