From d2286ca093bd054c3fff8dbc33521f4272f033ad Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 24 Jan 2020 22:30:30 +0530 Subject: [PATCH] functional-tests: Mark backups and security with @system Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- functional_tests/features/backups.feature | 2 +- functional_tests/features/security.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functional_tests/features/backups.feature b/functional_tests/features/backups.feature index a62fa7506..0ff1d80dc 100644 --- a/functional_tests/features/backups.feature +++ b/functional_tests/features/backups.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@backups +@backups @system Feature: Backups module Create and restore backups. diff --git a/functional_tests/features/security.feature b/functional_tests/features/security.feature index 51a8bbc7c..c770771e3 100644 --- a/functional_tests/features/security.feature +++ b/functional_tests/features/security.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@security @essential +@security @essential @system Feature: Security Configure security options.