new sanity with all security modes except tls and wep

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-05-26 01:45:35 +05:30
parent d8ab943b88
commit abfe5de5ea
14 changed files with 746 additions and 694 deletions

View File

@@ -6,10 +6,9 @@ import sys
import allure
import pytest
pytestmark = [pytest.mark.test_resources]
pytestmark = [pytest.mark.usefixtures("setup_test_run"), pytest.mark.test_resources, pytest.mark.sanity]
@pytest.mark.sanity
@allure.testcase(name="Test Resources", url="")
class TestResources(object):
@@ -51,4 +50,3 @@ class TestResources(object):
msg='Manager status is Active')
assert flag