mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 10:32:26 +00:00
make start_reservation.py take arbitrary inputs (#360)
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ def main():
|
||||
session = get_session()
|
||||
res_id = sys.argv[1]
|
||||
session.EndReservation(res_id)
|
||||
wait_for_reservation_status(session, res_id, 'Completed')
|
||||
wait_for_reservation_status(session, res_id, ['Completed'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user