Ben Greear
4bb9cb4b82
l3-stations: error checking for station creation.
...
In station_profile create method, pay attention to result of
wait_until_ports_appear. If it returns False, we know creation
has failed somehow, so we do not need to do the extra checking
that was in the create() method.
create_l3_stations adds logic to check return code of station
create logic, and exit with error code if it could not
create them as expected.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2022-07-12 15:45:45 +05:30
Matthew Stidham
0438e6f7db
create_l3_stations: declare the function has begun in debug, use correct grammar at the end of the function
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2022-07-12 15:45:33 +05:30
Matthew Stidham
14295a3ec6
create_l3_stations: num_sta variable should always be accurate
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2022-07-12 15:45:32 +05:30
Matthew Stidham
f70a59d551
create_l3_stations: Do not flag error messages if ports do not exist during pre-cleanup
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-17 11:24:53 -08:00
Matthew Stidham
c94839f0d5
create_l3_stations autopep8
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-10 12:16:39 -08:00
Matthew Stidham
1fd331288c
Add no_cleanup flag
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-02 13:30:08 -07:00
Logan Lipke
f2e364d98a
changed station_list nargs from * to +
2021-11-02 10:22:44 -07:00
Logan Lipke
6239273f04
changed station_list argument to accept multiple arguments in space or comma separated list
2021-11-02 10:09:23 -07:00
Matthew Stidham
23b286122d
Bring white space up to standard in create_l3_stations.py
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-10-11 12:02:01 -07:00
Matthew Stidham
e6cf6b9337
1. Create pandas_extensions.py
...
2. Remove unused imports
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-21 11:11:04 -07:00