mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-30 18:38:06 +00:00 
			
		
		
		
	add AP model matrix (#205)
This commit is contained in:
		| @@ -11,11 +11,11 @@ run_id = os.environ.get('GITHUB_RUN_NUMBER', 1) | ||||
|  | ||||
| def main(): | ||||
|     parser = argparse.ArgumentParser() | ||||
|     parser.add_argument('--ucentral-version', default='main') | ||||
|     parser.add_argument('--ucentral-gw-version', default='master') | ||||
|     parser.add_argument('--ucentral-sec-version', default='main') | ||||
|     parser.add_argument('--ucentral-fms-version', default='main') | ||||
|     parser.add_argument('--ucentral-ui-version', default='main') | ||||
|     parser.add_argument('--openwifi-version', default='main') | ||||
|     parser.add_argument('--openwifi-gw-version', default='master') | ||||
|     parser.add_argument('--openwifi-sec-version', default='main') | ||||
|     parser.add_argument('--openwifi-fms-version', default='main') | ||||
|     parser.add_argument('--openwifi-ui-version', default='main') | ||||
|     parser.add_argument('--ap-model', default='EC420') | ||||
|     parser.add_argument('--wifi-type', default='Wifi5') | ||||
|     args = parser.parse_args() | ||||
| @@ -28,11 +28,11 @@ def main(): | ||||
|         durationInMinutes=360, | ||||
|         topologyFullPath='Basic Lab', | ||||
|         globalInputs=[ | ||||
|             UpdateTopologyGlobalInputsRequest('Chart Version', args.ucentral_version), | ||||
|             UpdateTopologyGlobalInputsRequest('ucentralgw Version', args.ucentral_gw_version), | ||||
|             UpdateTopologyGlobalInputsRequest('ucentralsec Version', args.ucentral_sec_version), | ||||
|             UpdateTopologyGlobalInputsRequest('ucentralfms Version', args.ucentral_fms_version), | ||||
|             UpdateTopologyGlobalInputsRequest('ucentralgwui Version', args.ucentral_ui_version), | ||||
|             UpdateTopologyGlobalInputsRequest('Chart Version', args.openwifi_version), | ||||
|             UpdateTopologyGlobalInputsRequest('owgw Version', args.openwifi_gw_version), | ||||
|             UpdateTopologyGlobalInputsRequest('owsec Version', args.openwifi_sec_version), | ||||
|             UpdateTopologyGlobalInputsRequest('owfms Version', args.openwifi_fms_version), | ||||
|             UpdateTopologyGlobalInputsRequest('owgwui Version', args.openwifi_ui_version), | ||||
|             UpdateTopologyGlobalInputsRequest('AP Model', args.ap_model), | ||||
|             UpdateTopologyGlobalInputsRequest('Wifi type', args.wifi_type), | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max
					Max