From: William Lallemand Date: Tue, 31 Mar 2020 12:48:34 +0000 (+0200) Subject: REGTEST: ssl/cli: change test type to devel X-Git-Tag: v2.2-dev6~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4781fad407f123d8efd656272fe71bdbe31b057f;p=thirdparty%2Fhaproxy.git REGTEST: ssl/cli: change test type to devel Change the type of test from slow to devel for add_ssl-crt-list.vtc and set_ssl_cert.vtc. --- diff --git a/reg-tests/ssl/add_ssl_crt-list.vtc b/reg-tests/ssl/add_ssl_crt-list.vtc index c698963f2e..173db56c18 100644 --- a/reg-tests/ssl/add_ssl_crt-list.vtc +++ b/reg-tests/ssl/add_ssl_crt-list.vtc @@ -1,4 +1,4 @@ -#REGTEST_TYPE=slow +#REGTEST_TYPE=devel # This reg-test uses the "add ssl crt-list" command to add a certificate over the CLI. # It requires socat and curl to upload and validate that the certificate was well updated diff --git a/reg-tests/ssl/set_ssl_cert.vtc b/reg-tests/ssl/set_ssl_cert.vtc index 3780d1137a..dc981a507d 100644 --- a/reg-tests/ssl/set_ssl_cert.vtc +++ b/reg-tests/ssl/set_ssl_cert.vtc @@ -1,4 +1,4 @@ -#REGTEST_TYPE=slow +#REGTEST_TYPE=devel # This reg-test uses the "set ssl cert" command to update a certificate over the CLI. # It requires socat and curl to upload and validate that the certificate was well updated