-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ui: show guest networks for guest vlans list #9554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixes apache#7247 Signed-off-by: Abhishek Kumar <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #9554 +/- ##
============================================
+ Coverage 15.07% 15.08% +0.01%
- Complexity 11168 11185 +17
============================================
Files 5406 5406
Lines 472795 472908 +113
Branches 57834 58183 +349
============================================
+ Hits 71282 71352 +70
- Misses 393585 393612 +27
- Partials 7928 7944 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@shwstppr |
|
@weizhouapache I'm not sure but is there some backend issue with VLANs for shared networks? Also, we maybe returning DB IDs in the listguestvlans API |
if create a shared network with specified vlan and skip vlan overlap check, the vlan will not be updated in table to test user-shared network, you can
when done, the guest networks tab will list both networks, for example the table |
|
@weizhouapache works fine |
cool, thanks @shwstppr |
weizhouapache
left a comment
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.
lgtm
kiranchavala
left a comment
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.
Signed-off-by: Abhishek Kumar <[email protected]>








Description
Fixes #7247
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?