@@ -82,6 +82,13 @@ public void RecoveryServicesFailbackTest()
82
82
this . RunPowerShellTest ( "Test-Failback -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
83
83
}
84
84
85
+ [ Fact ]
86
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
87
+ public void RecoveryServicesRRAfterFailoverTest ( )
88
+ {
89
+ this . RunPowerShellTest ( "Test-RRAfterFailover -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
90
+ }
91
+
85
92
[ Fact ]
86
93
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
87
94
public void RecoveryServicesRRAfterFailbackTest ( )
@@ -96,6 +103,13 @@ public void RecoveryServicesCommitPFOTest()
96
103
this . RunPowerShellTest ( "Test-CommitPFO -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
97
104
}
98
105
106
+ [ Fact ]
107
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
108
+ public void RecoveryServicesCommitAfterFailbackTest ( )
109
+ {
110
+ this . RunPowerShellTest ( "Test-CommitAfterFailback -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
111
+ }
112
+
99
113
[ Fact ]
100
114
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
101
115
public void RecoveryServicesPFOTest ( )
@@ -130,5 +144,61 @@ public void RecoveryServicesDisableProtectionTest()
130
144
{
131
145
this . RunPowerShellTest ( "Test-DisableProtection -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
132
146
}
147
+
148
+ [ Fact ]
149
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
150
+ public void RecoveryServicesE2E_DeleteAndDissociateTest ( )
151
+ {
152
+ this . RunPowerShellTest ( "Test-E2E_DeleteAndDissociate -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
153
+ }
154
+
155
+ [ Fact ]
156
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
157
+ public void RecoveryServicesE2E_CreateAndAssociateTest ( )
158
+ {
159
+ this . RunPowerShellTest ( "Test-E2E_CreateAndAssociate -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
160
+ }
161
+
162
+ [ Fact ]
163
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
164
+ public void RecoveryServicesPFORPTest ( )
165
+ {
166
+ this . RunPowerShellTest ( "Test-PFORP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
167
+ }
168
+
169
+ [ Fact ]
170
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
171
+ public void RecoveryServicesTFORPTest ( )
172
+ {
173
+ this . RunPowerShellTest ( "Test-TFORP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
174
+ }
175
+
176
+ [ Fact ]
177
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
178
+ public void RecoveryServicesUFORPTest ( )
179
+ {
180
+ this . RunPowerShellTest ( "Test-UFORP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
181
+ }
182
+
183
+ [ Fact ]
184
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
185
+ public void RecoveryServicesFailbackRPTest ( )
186
+ {
187
+ this . RunPowerShellTest ( "Test-FailbackRP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
188
+ }
189
+
190
+ [ Fact ]
191
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
192
+ public void RecoveryServicesRRRPTest ( )
193
+ {
194
+ this . RunPowerShellTest ( "Test-RRRP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
195
+ }
196
+
197
+ [ Fact ]
198
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
199
+ public void RecoveryServicesCommitRPTest ( )
200
+ {
201
+ this . RunPowerShellTest ( "Test-CommitRP -vaultSettingsFilePath \" " + vaultSettingsFilePath + "\" " ) ;
202
+ }
133
203
}
134
204
}
0 commit comments