Skip to content

Adding unit tests for AzureStackAdmin #1825

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

Merged
merged 7 commits into from
Feb 24, 2016
Merged

Adding unit tests for AzureStackAdmin #1825

merged 7 commits into from
Feb 24, 2016

Conversation

bganapa
Copy link
Member

@bganapa bganapa commented Feb 17, 2016

No description provided.

$tries = 1;
while(( $result -ne $true) -and ($tries -le $MaxTries))
{
Start-Sleep -Seconds $IntervalInSeconds
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use Start-TestSleep instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this Retry-Function from my utilities and using the Retry-Function from common.ps1

@hovsepm
Copy link
Contributor

hovsepm commented Feb 24, 2016

@hovsepm
Copy link
Contributor

hovsepm commented Feb 24, 2016

@bganapa
Copy link
Member Author

bganapa commented Feb 24, 2016

sign - http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-sign/270/
this is after merging with the latest dev as azure/dev branch had a signing failure for missing .snk file

hovsepm pushed a commit that referenced this pull request Feb 24, 2016
Adding unit tests for AzureStackAdmin
@hovsepm hovsepm merged commit 6237034 into Azure:dev Feb 24, 2016
@bganapa bganapa deleted the unittests branch May 12, 2016 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants