-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Test Controller] New test controller applied to Automation #8285
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
[Test Controller] New test controller applied to Automation #8285
Conversation
MiYanni
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
|
@vladimir-shcherbakov There are merge conflicts. |
|
@vrdmr We are applying a new test controller - could you take a look? |
|
@sourabhguha, @GaneshMSAzure, @NarayanThiru, @kjohn-msft, @safeermohammed, @AnatoliB, @jemex, @NicoletazMS and @finiteattractor: FYI - New Test Controller for Automation cmdlets |
vrdmr
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
|
@MiYanni Are you ready to sign off? |
|
@vladimir-shcherbakov Please reassign to someone else. Thanks. |
markcowl
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.
Minor comments about the namespace name for the new class, aso, it would be nice if all the usings weher outside namespace declarations. otherwise LGTM
| // ---------------------------------------------------------------------------------- | ||
|
|
||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; | ||
|
|
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.
Please put all the usings either inside or outside the namespace
| are recorded. See example in SourceControlTests.ps1 where $testReposInfo is defined. | ||
| */ | ||
|
|
||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same comment
| // limitations under the License. | ||
| // ---------------------------------------------------------------------------------- | ||
|
|
||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same comment
| // limitations under the License. | ||
| // ---------------------------------------------------------------------------------- | ||
|
|
||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same comment
| // limitations under the License. | ||
| // ---------------------------------------------------------------------------------- | ||
|
|
||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same
|
|
||
| using Microsoft.Azure.Commands.Automation.Test; | ||
| using Microsoft.Azure.ServiceManagement.Common.Models; | ||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
Why is the using for the network scenario tests required?
| using Microsoft.WindowsAzure.Commands.ScenarioTest; | ||
| using Xunit.Abstractions; | ||
|
|
||
| namespace Microsoft.Azure.Commands.Network.Test.ScenarioTests |
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.
The namespace here should be Microsoft.Azure.Commands.Automation.Test or Commands.Automation.Test
| // ---------------------------------------------------------------------------------- | ||
|
|
||
| using Microsoft.Azure.ServiceManagement.Common.Models; | ||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
see namepspace comment above
| using System.Threading.Tasks; | ||
| using Microsoft.Azure.Commands.Automation.Test; | ||
| using Microsoft.Azure.ServiceManagement.Common.Models; | ||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same comment
| using System.Threading.Tasks; | ||
| using Microsoft.Azure.Commands.Automation.Test; | ||
| using Microsoft.Azure.ServiceManagement.Common.Models; | ||
| using Microsoft.Azure.Commands.Network.Test.ScenarioTests; |
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.
same comment, and for all those below
Description
Checklist
CONTRIBUTING.mdplatyPSmodule