Distribute some forgotten files that are needed by "make check".
[openvswitch] / tests / library.at
index c48828e9d00830b1778b5e91b55dadb67a217458..eab14241eba47c388ec6ed50d0d367c73bdd3de6 100644 (file)
@@ -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