From ac26175a178aab3bcf989387adc92af36c19afa5 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 4 Jun 2018 14:17:49 +0200 Subject: add azure unit tests with azurite Signed-off-by: Robin Appelman --- autotest.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autotest.sh') diff --git a/autotest.sh b/autotest.sh index d8f62ce2367..8958121a5b8 100755 --- a/autotest.sh +++ b/autotest.sh @@ -369,6 +369,9 @@ function execute_tests { if [ "$TEST_SELECTION" == "PRIMARY-s3" ]; then GROUP='--group PRIMARY-s3' fi + if [ "$TEST_SELECTION" == "PRIMARY-azure" ]; then + GROUP='--group PRIMARY-azure' + fi if [ "$TEST_SELECTION" == "PRIMARY-swift" ]; then GROUP='--group PRIMARY-swift' fi -- cgit v1.2.3