mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
create_chamberview.py : updated command in notes
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
Note: Script for creating a chamberview scenario.
|
Note: Script for creating a chamberview scenario.
|
||||||
Run this script to set/create a chamber view scenario.
|
Run this script to set/create a chamber view scenario.
|
||||||
ex. on how to run this script:
|
ex. on how to run this script:
|
||||||
create_chamberview.py -m "localhost" -o "8080" -cs "scenario_name"
|
./create_chamberview.py -m "localhost" -o "8080" -cs "scenario_name" \
|
||||||
--line "Resource=1.1 Profile=STA-AC Amount=1 Uses-1=wiphy0 Uses-2=AUTO Freq=-1
|
--line "Resource=1.1 Profile=STA-AC Amount=1 Uses-1=wiphy0 Uses-2=AUTO Freq=-1 \
|
||||||
DUT=Test DUT_Radio=Radio-1 Traffic=http VLAN=VLAN"
|
DUT=test DUT_Radio=Radio-1 Traffic=http VLAN=vlan" \
|
||||||
--line "Resource=1.1 Profile=upstream Amount=1 Uses-1=wiphy1 Uses-2=AUTO 2 Freq=-1
|
--line "Resource=1.1 Profile=STA-AC Amount=1 Uses-1=wiphy1 Uses-2=AUTO Freq=-1 \
|
||||||
DUT=Test DUT_Radio=Radio-2 Traffic=http VLAN=VLAN"
|
DUT=test DUT_Radio=Radio-2 Traffic=http VLAN=vlan"
|
||||||
"""
|
|
||||||
|
|
||||||
|
"""
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
Reference in New Issue
Block a user