-
Notifications
You must be signed in to change notification settings - Fork 4k
Use NrpTeamAlias in Network's tests to set ownership #10233
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
Use NrpTeamAlias in Network's tests to set ownership #10233
Conversation
|
||
// Azure NRP bastion dev team | ||
public const string bastion = "bastion"; |
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.
Looks like bastion
team is reorged to NRP dev team. Should it remove from Category
?
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.
I think we can remove all NRP aliases from Category
since they are duplicates (if you're okay with that)
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.
Sure~I think you can remove them if there is not any reference any more.
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.
I think you can remove them if there is not any reference any more.
Done, @wyunchi-ms, please take a look |
// Below is the list of aliases to contact on test behavior | ||
|
||
// Virtual Appliance dev team | ||
public const string nvadev = "nvadev"; | ||
|
||
// SDN NRP Dev Team | ||
public const string sdnnrp = "sdnnrp"; | ||
|
||
// Pankaj's Team | ||
public const string pgtm = "pgtm"; | ||
|
||
// Windows Azure SLB Dev Team | ||
public const string slbdev = "slbdev"; | ||
|
||
// Brooklyn FTEs | ||
public const string brooklynft = "brooklynft"; | ||
|
||
// Azure Network Analytics Dev Team | ||
public const string netanalyticsdev = "netanalyticsdev"; | ||
|
||
// Windows Azure NRP dev team | ||
public const string wanrpdev = "wanrpdev"; | ||
|
||
//Azure NRP Firewall dev team | ||
public const string azurefirewall = "azurefirewall"; |
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.
Hi @number213 are these variables also duplicated?
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.
OK, there is not any reference of these variables in the code. They can be remove safely.
Description
Ensures that all Network tests use the same class to set test ownership
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added