X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fvconn.at;h=4e91ed8505d5a16374702538f3aeec84fba0053f;hb=003ce655b7116d18c86a74c50391e54990346931;hp=ae095b00b5eebc19d0e25f3298ea8fb8b0dea1f9;hpb=15b619e29d20708d2ce6946f1c5ec9841c4c822b;p=sliver-openvswitch.git diff --git a/tests/vconn.at b/tests/vconn.at index ae095b00b..4e91ed850 100644 --- a/tests/vconn.at +++ b/tests/vconn.at @@ -11,10 +11,11 @@ m4_define([TEST_VCONN_CLASS], [send-short-hello], [send-invalid-version-hello]], [AT_SETUP([$1 vconn - m4_bpatsubst(testname, [-], [ ])]) + OVS_RUNDIR=`pwd`; export OVS_RUNDIR m4_if([$1], [ssl], [ AT_SKIP_IF([test "$HAVE_OPENSSL" = no]) AT_CHECK([cp $abs_top_builddir/tests/testpki*.pem .])]) - AT_CHECK([test-vconn testname $1], [0], [], [ignore]) + AT_CHECK([ovstest test-vconn testname $1], [0], [], [ignore]) AT_CLEANUP])]) TEST_VCONN_CLASS([unix])