mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-04 04:48:01 +00:00 
			
		
		
		
	Added proper feature and parent suite
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		@@ -35,7 +35,8 @@ setup_params_general1 = {
 | 
				
			|||||||
    indirect=True,
 | 
					    indirect=True,
 | 
				
			||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-52")
 | 
					@allure.sub_suite("Channel-52")
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@@ -90,7 +91,8 @@ setup_params_general2 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-100")
 | 
					@allure.sub_suite("Channel-100")
 | 
				
			||||||
class TestDFSChannel100Bw20(object):
 | 
					class TestDFSChannel100Bw20(object):
 | 
				
			||||||
@@ -143,7 +145,8 @@ setup_params_general3 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-104")
 | 
					@allure.sub_suite("Channel-104")
 | 
				
			||||||
class TestDFSChannel104Bw20(object):
 | 
					class TestDFSChannel104Bw20(object):
 | 
				
			||||||
@@ -197,7 +200,8 @@ setup_params_general4 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-56")
 | 
					@allure.sub_suite("Channel-56")
 | 
				
			||||||
class TestDFSChannel56Bw20(object):
 | 
					class TestDFSChannel56Bw20(object):
 | 
				
			||||||
@@ -250,7 +254,8 @@ setup_params_general5 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-60")
 | 
					@allure.sub_suite("Channel-60")
 | 
				
			||||||
class TestDFSChannel60Bw20(object):
 | 
					class TestDFSChannel60Bw20(object):
 | 
				
			||||||
@@ -303,7 +308,8 @@ setup_params_general6 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-64")
 | 
					@allure.sub_suite("Channel-64")
 | 
				
			||||||
class TestDFSChannel64Bw20(object):
 | 
					class TestDFSChannel64Bw20(object):
 | 
				
			||||||
@@ -356,7 +362,8 @@ setup_params_general7 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-108")
 | 
					@allure.sub_suite("Channel-108")
 | 
				
			||||||
class TestDFSChannel108Bw20(object):
 | 
					class TestDFSChannel108Bw20(object):
 | 
				
			||||||
@@ -409,7 +416,8 @@ setup_params_general8 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-112")
 | 
					@allure.sub_suite("Channel-112")
 | 
				
			||||||
class TestDFSChannel112Bw20(object):
 | 
					class TestDFSChannel112Bw20(object):
 | 
				
			||||||
@@ -462,7 +470,8 @@ setup_params_general10 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-132")
 | 
					@allure.sub_suite("Channel-132")
 | 
				
			||||||
class TestDFSChannel132Bw20(object):
 | 
					class TestDFSChannel132Bw20(object):
 | 
				
			||||||
@@ -515,7 +524,8 @@ setup_params_general11 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-136")
 | 
					@allure.sub_suite("Channel-136")
 | 
				
			||||||
class TestDFSChannel136Bw20(object):
 | 
					class TestDFSChannel136Bw20(object):
 | 
				
			||||||
@@ -568,7 +578,8 @@ setup_params_general12 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-140")
 | 
					@allure.sub_suite("Channel-140")
 | 
				
			||||||
class TestDFSChannel140Bw20(object):
 | 
					class TestDFSChannel140Bw20(object):
 | 
				
			||||||
@@ -620,7 +631,8 @@ setup_params_general13 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(20 MHz)")
 | 
					@allure.suite("BRIDGE Mode(20 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-144")
 | 
					@allure.sub_suite("Channel-144")
 | 
				
			||||||
class TestDFSChannel144Bw20(object):
 | 
					class TestDFSChannel144Bw20(object):
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,8 @@ setup_params_general1 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(40 MHz)")
 | 
					@allure.suite("BRIDGE Mode(40 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-52")
 | 
					@allure.sub_suite("Channel-52")
 | 
				
			||||||
class TestDFSChannel52Bw40(object):
 | 
					class TestDFSChannel52Bw40(object):
 | 
				
			||||||
@@ -88,7 +89,8 @@ setup_params_general2 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(40 MHz)")
 | 
					@allure.suite("BRIDGE Mode(40 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-100")
 | 
					@allure.sub_suite("Channel-100")
 | 
				
			||||||
class TestDFSChannel100Bw40(object):
 | 
					class TestDFSChannel100Bw40(object):
 | 
				
			||||||
@@ -141,7 +143,8 @@ setup_params_general5 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(40 MHz)")
 | 
					@allure.suite("BRIDGE Mode(40 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-60")
 | 
					@allure.sub_suite("Channel-60")
 | 
				
			||||||
class TestDFSChannel60Bw40(object):
 | 
					class TestDFSChannel60Bw40(object):
 | 
				
			||||||
@@ -193,7 +196,8 @@ setup_params_general7 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(40 MHz)")
 | 
					@allure.suite("BRIDGE Mode(40 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-108")
 | 
					@allure.sub_suite("Channel-108")
 | 
				
			||||||
class TestDFSChannel108Bw40(object):
 | 
					class TestDFSChannel108Bw40(object):
 | 
				
			||||||
@@ -246,7 +250,8 @@ setup_params_general11 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(40 MHz)")
 | 
					@allure.suite("BRIDGE Mode(40 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-132")
 | 
					@allure.sub_suite("Channel-132")
 | 
				
			||||||
class TestDFSChannel132Bw40(object):
 | 
					class TestDFSChannel132Bw40(object):
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,8 @@ setup_params_general1 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(80 MHz)")
 | 
					@allure.suite("BRIDGE Mode(80 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-52")
 | 
					@allure.sub_suite("Channel-52")
 | 
				
			||||||
class TestDFSChannel52Bw80(object):
 | 
					class TestDFSChannel52Bw80(object):
 | 
				
			||||||
@@ -89,8 +90,8 @@ setup_params_general2 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(80 MHz)")
 | 
					@allure.suite("BRIDGE Mode(80 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-100")
 | 
					@allure.sub_suite("Channel-100")
 | 
				
			||||||
class TestDFSChannel100Bw80(object):
 | 
					class TestDFSChannel100Bw80(object):
 | 
				
			||||||
@@ -142,8 +143,8 @@ setup_params_general11 = {
 | 
				
			|||||||
    scope="class"
 | 
					    scope="class"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@pytest.mark.usefixtures("setup_configuration")
 | 
				
			||||||
@pytest.mark.usefixtures("setup_configuration")
 | 
					@allure.feature("DFS Test")
 | 
				
			||||||
@allure.parent_suite("OpenWifi DFS Test")
 | 
					@allure.parent_suite("DFS Test")
 | 
				
			||||||
@allure.suite("BRIDGE Mode(80 MHz)")
 | 
					@allure.suite("BRIDGE Mode(80 MHz)")
 | 
				
			||||||
@allure.sub_suite("Channel-132")
 | 
					@allure.sub_suite("Channel-132")
 | 
				
			||||||
class TestDFSChannel132Bw80(object):
 | 
					class TestDFSChannel132Bw80(object):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user