From 4781fad407f123d8efd656272fe71bdbe31b057f Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 31 Mar 2020 14:48:34 +0200 Subject: [PATCH] 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. --- reg-tests/ssl/add_ssl_crt-list.vtc | 2 +- reg-tests/ssl/set_ssl_cert.vtc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reg-tests/ssl/add_ssl_crt-list.vtc b/reg-tests/ssl/add_ssl_crt-list.vtc index c698963f2..173db56c1 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 3780d1137..dc981a507 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