mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 19:08:01 +00:00 
			
		
		
		
	- changed configuration.py
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
		| @@ -397,10 +397,10 @@ CONFIGURATION = { | ||||
|                 'mode': 'wifi5', | ||||
|                 'serial': '68215fd2f78c', | ||||
|                 'jumphost': True, | ||||
|                 'ip': "localhost", | ||||
|                 'ip': "10.28.3.102", | ||||
|                 'username': "lanforge", | ||||
|                 'password': "pumpkin77", | ||||
|                 'port': 8893, | ||||
|                 'port': 22, | ||||
|                 'jumphost_tty': '/dev/ttyAP1', | ||||
|                 'version': "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-ap-firmware/ecw5410/dev/ecw5410-2021-07-28-pending-0ec23e8.tar.gz" | ||||
|             } | ||||
| @@ -408,9 +408,9 @@ CONFIGURATION = { | ||||
|         "traffic_generator": { | ||||
|                 "name": "lanforge", | ||||
|                 "details": { | ||||
|                     "ip": "localhost",  # 10.28.3.22 | ||||
|                     "port": 8892,  # 8080 | ||||
|                     "ssh_port": 8894, | ||||
|                     "ip": "10.28.3.22", | ||||
|                     "port": 8080,  # 8080 | ||||
|                     "ssh_port": 22, | ||||
|                     "2.4G-Radio": ["1.1.wiphy0", "1.1.wiphy2"], | ||||
|                     "5G-Radio": ["1.1.wiphy1", "1.1.wiphy3"], | ||||
|                     "AX-Radio": ["1.1.wiphy4", "1.1.wiphy5", "1.1.wiphy6", "1.1.wiphy7"], | ||||
| @@ -438,7 +438,7 @@ CONFIGURATION = { | ||||
|                 'mode': 'wifi5', | ||||
|                 'serial': '903cb36ae4a3', | ||||
|                 'jumphost': True, | ||||
|                 'ip': "localhost", | ||||
|                 'ip': "10.28.3.102", | ||||
|                 'username': "lanforge", | ||||
|                 'password': "pumpkin77", | ||||
|                 'port': 22, | ||||
| @@ -449,7 +449,7 @@ CONFIGURATION = { | ||||
|         "traffic_generator": { | ||||
|             "name": "lanforge", | ||||
|             "details": { | ||||
|                     "ip": "10.28.3.22",  # 10.28.3.22 | ||||
|                 "ip": "10.28.3.22", | ||||
|                 "port": 8080,  # 8080 | ||||
|                 "ssh_port": 22, | ||||
|                 "2.4G-Radio": ["1.1.wiphy0", "1.1.wiphy2"], | ||||
| @@ -479,10 +479,10 @@ CONFIGURATION = { | ||||
|                 'mode': 'wifi5', | ||||
|                 'serial': '903cb36ae255', | ||||
|                 'jumphost': True, | ||||
|                 'ip': "localhost", | ||||
|                 'ip': "10.28.3.102", | ||||
|                 'username': "lanforge", | ||||
|                 'password': "pumpkin77", | ||||
|                 'port': 8893, | ||||
|                 'port': 22, | ||||
|                 'jumphost_tty': '/dev/ttyAP5', | ||||
|                 'version': "https://tip.jfrog.io/artifactory/tip-wlan-ap-firmware/uCentral/edgecore_eap101/20210729-edgecore_eap101-v2.0.0-rc2-02244b8-upgrade.bin" | ||||
|             } | ||||
| @@ -490,9 +490,9 @@ CONFIGURATION = { | ||||
|         "traffic_generator": { | ||||
|             "name": "lanforge", | ||||
|             "details": { | ||||
|                 "ip": "localhost",  # 10.28.3.22 | ||||
|                 "port": 8892,  # 8080 | ||||
|                 "ssh_port": 8894, | ||||
|                 "ip": "10.28.3.22", | ||||
|                 "port": 8080, | ||||
|                 "ssh_port": 22, | ||||
|                 "2.4G-Radio": ["1.1.wiphy0", "1.1.wiphy2"], | ||||
|                 "5G-Radio": ["1.1.wiphy1", "1.1.wiphy3"], | ||||
|                 "AX-Radio": ["1.1.wiphy4", "1.1.wiphy5", "1.1.wiphy6", "1.1.wiphy7"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sushant Bawiskar
					Sushant Bawiskar