-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Codecov Report
@@ Coverage Diff @@
## main #234 +/- ##
===========================================
+ Coverage 65.12% 75.22% +10.10%
===========================================
Files 50 50
Lines 6661 6661
===========================================
+ Hits 4338 5011 +673
+ Misses 2163 1421 -742
- Partials 160 229 +69
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I understand shortening -project-
to -pro-
, but I question the addition of -pro-
throughout various resource names that did not have this.
Otherwise, LGTM. The sweeper appears to be fixed in this PR and I verified with a manual script.
Project' sweeper still only looks for |
To remove projects all other resources that belong to that project must be removed first. There was some old projects not removed with VLANs on them
Sweeper for VLANs uses VLAN description to identify which must be deleted. To make it work ,all them must have same prefix, but some had no description or they were using a random strings. Same happens with virtual circuits
In this PR all descriptions of VLAN resources, and names of virtual circuits created in tests have been modified to have
tfacc
prefixfix #233