From d103207545b1917dcceda81268872e8edbfd2199 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 12 Apr 2021 12:14:46 -0600 Subject: [PATCH] create_chamberview.py : updated command in notes --- py-scripts/create_chamberview.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/py-scripts/create_chamberview.py b/py-scripts/create_chamberview.py index b1445fe8..d4b08f91 100755 --- a/py-scripts/create_chamberview.py +++ b/py-scripts/create_chamberview.py @@ -4,13 +4,13 @@ Note: Script for creating a chamberview scenario. Run this script to set/create a chamber view scenario. ex. on how to run this script: - 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=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=VLAN" -""" + ./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=vlan" \ + --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" +""" import sys import os import argparse