mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-04 04:48:01 +00:00 
			
		
		
		
	Removed sercomm_ap72tip and Added sonicfi_rap7110c-341x AP in the sanity, performance and regression workflows
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/performance.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/performance.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ on:
 | 
				
			|||||||
        description: "revision of the Open Wifi Helm chart"
 | 
					        description: "revision of the Open Wifi Helm chart"
 | 
				
			||||||
      ap_models:
 | 
					      ap_models:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sercomm_ap72tip,edgecore_eap101,edgecore_eap111"
 | 
					        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sonicfi_rap7110c-341x,edgecore_eap101,edgecore_eap111"
 | 
				
			||||||
        description: "the AP models to test"
 | 
					        description: "the AP models to test"
 | 
				
			||||||
      ap_version:
 | 
					      ap_version:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
@@ -2365,13 +2365,13 @@ jobs:
 | 
				
			|||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsec
 | 
					        run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-sercomm-ap72tip:
 | 
					  test-sonicfi-rap7110c-341x:
 | 
				
			||||||
    needs: [ "vars", "build", "test-edgecore-eap105" ]
 | 
					    needs: [ "vars", "build", "test-edgecore-eap105" ]
 | 
				
			||||||
    runs-on: [ self-hosted, small ]
 | 
					    runs-on: [ self-hosted, small ]
 | 
				
			||||||
    timeout-minutes: 1440
 | 
					    timeout-minutes: 1440
 | 
				
			||||||
    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sercomm_ap72tip')"
 | 
					    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sonicfi_rap7110c-341x')"
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      AP_MODEL: sercomm_ap72tip
 | 
					      AP_MODEL: sonicfi_rap7110c-341x
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set AP model output
 | 
					      - name: Set AP model output
 | 
				
			||||||
        id: ap_model
 | 
					        id: ap_model
 | 
				
			||||||
@@ -2573,7 +2573,7 @@ jobs:
 | 
				
			|||||||
  report:
 | 
					  report:
 | 
				
			||||||
    if: "!cancelled()"
 | 
					    if: "!cancelled()"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
@@ -2654,7 +2654,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Cleanup
 | 
					  # Cleanup
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: always()
 | 
					    if: always()
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								.github/workflows/quali.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/quali.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ on:
 | 
				
			|||||||
        description: "revision of the Open Wifi Helm chart"
 | 
					        description: "revision of the Open Wifi Helm chart"
 | 
				
			||||||
      ap_models:
 | 
					      ap_models:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sercomm_ap72tip,edgecore_eap101,edgecore_eap111"
 | 
					        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sonicfi_rap7110c-341x,edgecore_eap101,edgecore_eap111"
 | 
				
			||||||
        description: "the AP models to test"
 | 
					        description: "the AP models to test"
 | 
				
			||||||
      ap_version:
 | 
					      ap_version:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
@@ -1119,12 +1119,12 @@ jobs:
 | 
				
			|||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
					        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-sercomm-ap72tip:
 | 
					  test-sonicfi-rap7110c-341x:
 | 
				
			||||||
    needs: [ "vars", "build" ]
 | 
					    needs: [ "vars", "build" ]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sercomm_ap72tip')"
 | 
					    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sonicfi_rap7110c-341x')"
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      AP_MODEL: sercomm_ap72tip
 | 
					      AP_MODEL: sonicfi_rap7110c-341x
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set AP model output
 | 
					      - name: Set AP model output
 | 
				
			||||||
        id: ap_model
 | 
					        id: ap_model
 | 
				
			||||||
@@ -1212,7 +1212,7 @@ jobs:
 | 
				
			|||||||
  report:
 | 
					  report:
 | 
				
			||||||
    if: "!cancelled()"
 | 
					    if: "!cancelled()"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
@@ -1263,7 +1263,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Cleanup
 | 
					  # Cleanup
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: always()
 | 
					    if: always()
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ on:
 | 
				
			|||||||
        description: "revision of the Open Wifi Helm chart"
 | 
					        description: "revision of the Open Wifi Helm chart"
 | 
				
			||||||
      ap_models:
 | 
					      ap_models:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sercomm_ap72tip,edgecore_eap101,edgecore_eap111"
 | 
					        default: "cig_wf186h,edgecore_eap104,cig_wf196,udaya_a6-id2,sonicfi_rap630c-311g,hfcl_ion4xe,yuncore_fap655,cig_wf189,edgecore_eap105,sonicfi_rap7110c-341x,edgecore_eap101,edgecore_eap111"
 | 
				
			||||||
        description: "the AP models to test"
 | 
					        description: "the AP models to test"
 | 
				
			||||||
      ap_version:
 | 
					      ap_version:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
@@ -3780,13 +3780,13 @@ jobs:
 | 
				
			|||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
					        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-sercomm-ap72tip:
 | 
					  test-sonicfi-rap7110c-341x:
 | 
				
			||||||
    needs: [ "vars", "build", "test-edgecore-eap105"]
 | 
					    needs: [ "vars", "build", "test-edgecore-eap105"]
 | 
				
			||||||
    runs-on: [ self-hosted, small ]
 | 
					    runs-on: [ self-hosted, small ]
 | 
				
			||||||
    timeout-minutes: 1440
 | 
					    timeout-minutes: 1440
 | 
				
			||||||
    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sercomm_ap72tip')"
 | 
					    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sonicfi_rap7110c-341x')"
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      AP_MODEL: sercomm_ap72tip
 | 
					      AP_MODEL: sonicfi_rap7110c-341x
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set AP model output
 | 
					      - name: Set AP model output
 | 
				
			||||||
        id: ap_model
 | 
					        id: ap_model
 | 
				
			||||||
@@ -4117,7 +4117,7 @@ jobs:
 | 
				
			|||||||
  report:
 | 
					  report:
 | 
				
			||||||
    if: "!cancelled()"
 | 
					    if: "!cancelled()"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [vars, test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
@@ -4170,7 +4170,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Cleanup
 | 
					  # Cleanup
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-edgecore-eap101, test-edgecore-eap111]
 | 
					    needs: [test-cig-wf186h, test-edgecore-eap104, test-cig-wf196, test-udaya-a6-id2, test-sonicfi-rap630c-311g, test-hfcl-ion4xe, test-yuncore-fap655, test-cig-wf189, test-edgecore-eap105, test-sonicfi-rap7110c-341x, test-edgecore-eap101, test-edgecore-eap111]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: always()
 | 
					    if: always()
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user