X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibrary.at;h=eab14241eba47c388ec6ed50d0d367c73bdd3de6;hb=4c4d10b13fc01f6d785dc35dc2f789dab9c8ced9;hp=c48828e9d00830b1778b5e91b55dadb67a217458;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=openvswitch diff --git a/tests/library.at b/tests/library.at index c48828e9..eab14241 100644 --- a/tests/library.at +++ b/tests/library.at @@ -11,6 +11,7 @@ OVS_CHECK_LCOV([test-csum], [0], [ignore]) AT_CLEANUP AT_SETUP([test flow classifier]) +AT_KEYWORDS([slow]) OVS_CHECK_LCOV([test-classifier], [0], [ignore]) AT_CLEANUP @@ -35,5 +36,6 @@ OVS_CHECK_LCOV([test-type-props], [0], [ignore]) AT_CLEANUP AT_SETUP([test vconn library]) -OVS_CHECK_LCOV([test-vconn], [0], [ignore]) +AT_CHECK([cp $abs_top_srcdir/tests/testpki*.pem .]) +OVS_CHECK_LCOV([test-vconn], [0], [], [ignore]) AT_CLEANUP