From 11b3fd96f1f0c88db8b213ed8b32e5f8fc84a019 Mon Sep 17 00:00:00 2001 From: SushantBawiskar Date: Tue, 13 Apr 2021 01:34:35 +0530 Subject: [PATCH] - changed example Signed-off-by: SushantBawiskar --- py-scripts/create_chamberview.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py-scripts/create_chamberview.py b/py-scripts/create_chamberview.py index 942c2a55..348b1a40 100755 --- a/py-scripts/create_chamberview.py +++ b/py-scripts/create_chamberview.py @@ -15,8 +15,8 @@ Note: Script for creating a chamberview scenario. 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 DUT=Test DUT_Radio=Radio-1 Traffic=http VLAN=" - --line "Resource=1.1 Profile=upstream Amount=1 Uses-1=wiphy1 Uses-2=AUTO 2 Freq=-1 - DUT=Test DUT_Radio=Radio-2 Traffic=http VLAN=" + --line "Resource=1.1 Profile=upstream Amount=1 Uses-1=eth1 Uses-2=AUTO Freq=-1 + DUT=Test DUT_Radio=Radio-1 Traffic=http VLAN=" Output: You should see build scenario with the given arguments at the end of this script. @@ -52,8 +52,8 @@ def main(): 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 DUT=Test DUT_Radio=Radio-1 Traffic=http VLAN=" - --line "Resource=1.1 Profile=upstream Amount=1 Uses-1=wiphy1 Uses-2=AUTO Freq=-1 - DUT=Test DUT_Radio=Radio-2 Traffic=http VLAN=" + --line "Resource=1.1 Profile=upstream Amount=1 Uses-1=eth1 Uses-2=AUTO Freq=-1 + DUT=Test DUT_Radio=Radio-1 Traffic=http VLAN=" """) parser.add_argument("-m", "--lfmgr", type=str, help="address of the LANforge GUI machine (localhost is default)")