cisco-open / sdwan-lab-deployment-tool

This tool automates Cisco Catalyst SD-WAN lab deployment inside Cisco Modeling Labs (CML).
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Add lab name to the delete task confirmation dialouge #16

Closed larslilja closed 2 months ago

larslilja commented 3 months ago

Description

When you use the script to delete a lab, you are not shown what lab you are trying to delete in the confirmation.

Expected Behavior

I would like to see the following output.

(venv) cph06-tme@cphlabjump:~/Documents/csdwan$ csdwan delete Preparing delete task... This will remove lab [LAB NAME] and all its data. Are you sure you want to proceed? (yes/no): yes

Actual Behavior

(venv) cph06-tme@cphlabjump:~/Documents/csdwan$ csdwan delete Preparing delete task... This will remove lab and all its data. Are you sure you want to proceed? (yes/no): yes

Affected Version

2.0.4

Steps to Reproduce

  1. Start venv
  2. source your input file
  3. delete the lab.

Checklist