simplifying user flow

This commit is contained in:
Kosta Mushkin
2025-06-25 15:51:41 -07:00
parent 73cbe2d98c
commit dea2e3ef4e
6 changed files with 66 additions and 7 deletions
@@ -65,7 +65,7 @@ def main():
try:
# Step 1: Parse command line arguments
parser = argparse.ArgumentParser(description='Perform failover test on a VPG')
parser.add_argument('--vpg-name', required=True,
parser.add_argument('--vpg-name', default="CRM",
help='Name of the VPG to test')
args = parser.parse_args()