mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-03 20:38:05 +00:00 
			
		
		
		
	added tests to regression and updated cig_wf186w on allure overviews page (#890)
* added strict-forwarding,captive-portal,firmware tests to regression Signed-off-by: anil-tegala <anil.tegala@candelatech.com> * moved asb_tests from sanity to regression Signed-off-by: anil-tegala <anil.tegala@candelatech.com> * updated cig_wf186w on allure overviews page Signed-off-by: anil-tegala <anil.tegala@candelatech.com> --------- Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							5c8347cf10
						
					
				
				
					commit
					0cdb2eeaf2
				
			@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "sanity": {
 | 
			
		||||
        "OVERVIEW_TITLE": "'OpenWifi sanity results'",
 | 
			
		||||
        "OVERVIEW_TESTBEDS": ["edgecore_oap101-6e","edgecore_eap101","cig_wf188n","cig_wf196","edgecore_eap102","edgecore_eap104","hfcl_ion4xe","hfcl_ion4xi","yuncore_fap655","yuncore_ax820"]
 | 
			
		||||
        "OVERVIEW_TESTBEDS": ["edgecore_oap101-6e","edgecore_eap101","cig_wf188n","cig_wf196","edgecore_eap102","edgecore_eap104","cig_wf186w","hfcl_ion4xe","yuncore_fap655","yuncore_ax820"]
 | 
			
		||||
    },
 | 
			
		||||
    "interop": {
 | 
			
		||||
        "OVERVIEW_TITLE": "'OpenWifi interop results'",
 | 
			
		||||
@@ -15,6 +15,6 @@
 | 
			
		||||
 | 
			
		||||
    "performance": {
 | 
			
		||||
        "OVERVIEW_TITLE": "'OpenWifi performance results'",
 | 
			
		||||
        "OVERVIEW_TESTBEDS": ["edgecore_oap101-6e","edgecore_eap101","cig_wf188n","cig_wf196","edgecore_eap102","edgecore_eap104","hfcl_ion4xe","hfcl_ion4xi","yuncore_fap655","yuncore_ax820"]
 | 
			
		||||
        "OVERVIEW_TESTBEDS": ["edgecore_oap101-6e","edgecore_eap101","cig_wf188n","cig_wf196","edgecore_eap102","edgecore_eap104","cig_wf186w","hfcl_ion4xe","yuncore_fap655","yuncore_ax820"]
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1000
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1000
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -510,7 +510,8 @@ class TestUcentralGatewayService(object):
 | 
			
		||||
    @pytest.mark.gw_asb_non_restricted
 | 
			
		||||
    @allure.title("Asb script on non restricted AP")
 | 
			
		||||
    @allure.testcase(name="WIFI-12235", url="https://telecominfraproject.atlassian.net/browse/WIFI-12235")
 | 
			
		||||
    @pytest.mark.ow_sanity_lf
 | 
			
		||||
    @pytest.mark.ow_regression_lf
 | 
			
		||||
    @pytest.mark.asb_tests
 | 
			
		||||
    def test_asb_on_non_restricted_ap(self, get_target_object, get_testbed_details):
 | 
			
		||||
        device_name = get_testbed_details['device_under_tests'][0]['identifier']
 | 
			
		||||
        payload = {
 | 
			
		||||
@@ -546,7 +547,8 @@ class TestUcentralGatewayService(object):
 | 
			
		||||
    @pytest.mark.gw_asb_restricted
 | 
			
		||||
    @allure.title("Asb script on restricted AP")
 | 
			
		||||
    @allure.testcase(name="WIFI-12236", url="https://telecominfraproject.atlassian.net/browse/WIFI-12236")
 | 
			
		||||
    @pytest.mark.ow_sanity_lf
 | 
			
		||||
    @pytest.mark.ow_regression_lf
 | 
			
		||||
    @pytest.mark.asb_tests
 | 
			
		||||
    def test_asb_on_restricted_ap(self, get_target_object, get_testbed_details):
 | 
			
		||||
        device_name = get_testbed_details['device_under_tests'][0]['identifier']
 | 
			
		||||
        payload = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user