diff options
| author | Radu Patriu <radu.patriu@enea.com> | 2014-03-31 11:49:58 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-01 20:51:45 -0400 |
| commit | 36b5a4ca38064cfd5e19554f4b9a2b138a055478 (patch) | |
| tree | e2d0dddc258bb08e84670b1263b43871458c0f00 /recipes-networking/openvswitch/files/run-ptest | |
| parent | 594a85674c5fd98ca9b34c3d94cca5c84c95cccb (diff) | |
| download | meta-virtualization-36b5a4ca38064cfd5e19554f4b9a2b138a055478.tar.gz | |
openvswitch: add ptest support
Install openvswitch test suite and run it as ptest.
Signed-off-by: Radu Patriu <radu.patriu@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/run-ptest')
| -rw-r--r-- | recipes-networking/openvswitch/files/run-ptest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/files/run-ptest b/recipes-networking/openvswitch/files/run-ptest new file mode 100644 index 00000000..dd067076 --- /dev/null +++ b/recipes-networking/openvswitch/files/run-ptest | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ./tests/testsuite --am-fmt -C tests AUTOTEST_PATH=utilities:vswitchd:ovsdb:tests | ||
| 4 | |||
