Skip to content

Commit e68ceaa

Browse files
author
dragonfly91
committed
Marking required tests for checkin acceptance
1 parent 818d39c commit e68ceaa

File tree

2 files changed

+11
-0
lines changed
  • src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm

2 files changed

+11
-0
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models;
16+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1617
using System;
1718
using System.Collections.Generic;
1819
using System.Linq;
@@ -25,6 +26,7 @@ namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests
2526
public partial class ItemTests : RecoveryServicesBackupTestsBase
2627
{
2728
[Fact]
29+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2830
public void TestGetItemScenario()
2931
{
3032
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetItemScenario");

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models;
16+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1617
using System;
1718
using System.Collections.Generic;
1819
using System.Linq;
@@ -25,48 +26,56 @@ namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests
2526
public class JobTests : RecoveryServicesBackupTestsBase
2627
{
2728
[Fact]
29+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2830
public void TestGetJobs()
2931
{
3032
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobsScenario");
3133
}
3234

3335
[Fact]
36+
[Trait(Category.AcceptanceType, Category.CheckIn)]
3437
public void TestGetJobsTimeFilter()
3538
{
3639
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobsTimeFilter");
3740
}
3841

3942
[Fact]
43+
[Trait(Category.AcceptanceType, Category.CheckIn)]
4044
public void TestGetJobsStatusFilter()
4145
{
4246
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobsStatusFilter");
4347
}
4448

4549
[Fact]
50+
[Trait(Category.AcceptanceType, Category.CheckIn)]
4651
public void TestGetJobsOperationFilter()
4752
{
4853
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobsOperationFilter");
4954
}
5055

5156
[Fact]
57+
[Trait(Category.AcceptanceType, Category.CheckIn)]
5258
public void TestGetJobsBackupManagementTypeFilter()
5359
{
5460
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobsBackupManagementTypeFilter");
5561
}
5662

5763
[Fact]
64+
[Trait(Category.AcceptanceType, Category.CheckIn)]
5865
public void TestGetJobDetails()
5966
{
6067
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-GetJobDetails");
6168
}
6269

6370
[Fact]
71+
[Trait(Category.AcceptanceType, Category.CheckIn)]
6472
public void TestWaitJobScenario()
6573
{
6674
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-WaitJobScenario");
6775
}
6876

6977
[Fact]
78+
[Trait(Category.AcceptanceType, Category.CheckIn)]
7079
public void TestWaitJobPipeScenario()
7180
{
7281
this.RunPowerShellTest(PsBackupProviderTypes.IaasVm.ToString(), "Test-WaitJobPipeScenario");

0 commit comments

Comments
 (0)