|
117 | 117 | <ItemGroup>
|
118 | 118 | <Compile Include="Properties\AssemblyInfo.cs" />
|
119 | 119 | <Compile Include="ScenarioTests\BackupPolicyTests.cs" />
|
120 |
| - <Compile Include="ScenarioTests\BackupTests.cs" /> |
121 |
| - <Compile Include="ScenarioTests\DeviceTests.cs" /> |
122 |
| - <Compile Include="ScenarioTests\ResourceTests.cs" /> |
123 |
| - <Compile Include="ScenarioTests\ServiceConfigTests.cs" /> |
124 | 120 | <Compile Include="ScenarioTests\StorSimpleTestBase.cs" />
|
125 |
| - <Compile Include="ScenarioTests\VolumeContainerTests.cs" /> |
126 |
| - <Compile Include="ScenarioTests\VolumeTests.cs" /> |
127 | 121 | </ItemGroup>
|
128 | 122 | <ItemGroup>
|
129 | 123 | <ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
|
|
147 | 141 | <None Include="ScenarioTests\BackupPolicyTests.ps1">
|
148 | 142 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
149 | 143 | </None>
|
150 |
| - <None Include="ScenarioTests\BackupTests.ps1"> |
151 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
152 |
| - </None> |
153 | 144 | <None Include="ScenarioTests\Configuration\ConfigurationReader.ps1">
|
154 | 145 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
155 | 146 | </None>
|
156 |
| - <None Include="ScenarioTests\DeviceTests.ps1"> |
157 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
158 |
| - </None> |
159 |
| - <None Include="ScenarioTests\ResourceTests.ps1"> |
160 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
161 |
| - </None> |
162 |
| - <None Include="ScenarioTests\ServiceConfigTests.ps1"> |
163 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
164 |
| - </None> |
165 |
| - <None Include="ScenarioTests\VolumeContainerTests.ps1"> |
166 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
167 |
| - </None> |
168 |
| - <None Include="ScenarioTests\VolumeTests.ps1"> |
169 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
170 |
| - </None> |
171 | 147 | <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupPolicyTests\TestNewBackupPolicyAddConfigDefaultValues.json">
|
172 | 148 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
173 | 149 | </None>
|
174 | 150 | <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupPolicyTests\TestNewBackupPolicyConfig.json">
|
175 | 151 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
176 | 152 | </None>
|
177 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestAddUpdateDeleteScheduleInBackupPolicy.json"> |
178 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
179 |
| - </None> |
180 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestAddVolumeToBackupPolicy.json"> |
181 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
182 |
| - </None> |
183 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestCreateGetDeleteBackupPolicy.json"> |
184 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
185 |
| - </None> |
186 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestCreateGetRestoreDeleteBackup.json"> |
187 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
188 |
| - </None> |
189 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestCreateGetRestoreDeleteBackup_Async.json"> |
190 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
191 |
| - </None> |
192 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetBackupByBackupPolicyId.json"> |
193 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
194 |
| - </None> |
195 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetBackupByBackupPolicyObject.json"> |
196 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
197 |
| - </None> |
198 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetBackupByTimePeriod.json"> |
199 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
200 |
| - </None> |
201 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetBackupByVolumeId.json"> |
202 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
203 |
| - </None> |
204 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetBackupByVolumeObject.json"> |
205 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
206 |
| - </None> |
207 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestGetPaginatedBackup.json"> |
208 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
209 |
| - </None> |
210 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupTests\TestRenameBackupPolicy.json"> |
211 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
212 |
| - </None> |
213 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetAllDevices.json"> |
214 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
215 |
| - </None> |
216 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetAllDevices_ByDeviceId.json"> |
217 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
218 |
| - </None> |
219 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetAllDevices_ByDeviceName.json"> |
220 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
221 |
| - </None> |
222 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetAllDevices_ByDeviceType.json"> |
223 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
224 |
| - </None> |
225 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetAllDevices_NegativeCase.json"> |
226 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
227 |
| - </None> |
228 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetDevices_ByModel.json"> |
229 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
230 |
| - </None> |
231 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.DeviceTests\TestGetDevices_DetailedResult.json"> |
232 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
233 |
| - </None> |
234 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestGetResource.json"> |
235 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
236 |
| - </None> |
237 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestGetResourceCheckCount.json"> |
238 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
239 |
| - </None> |
240 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestGetResourceContext.json"> |
241 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
242 |
| - </None> |
243 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestSetResource_DirectInput.json"> |
244 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
245 |
| - </None> |
246 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestSetResource_IncorrectName.json"> |
247 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
248 |
| - </None> |
249 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ResourceTests\TestSetResource_PipedInput.json"> |
250 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
251 |
| - </None> |
252 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestCreateGetDeleteAccessControlRecord.json"> |
253 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
254 |
| - </None> |
255 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestCreateGetDeleteStorageAccountCredential.json"> |
256 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
257 |
| - </None> |
258 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestCreateStorageAccountCredential_InvalidCreds.json"> |
259 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
260 |
| - </None> |
261 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestCreateUpdateDeleteAccessControlRecord.json"> |
262 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
263 |
| - </None> |
264 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestCreateUpdateDeleteStorageAccountCredential.json"> |
265 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
266 |
| - </None> |
267 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.ServiceConfigTests\TestUpdateStorageAccountCredential_InvalidCreds.json"> |
268 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
269 |
| - </None> |
270 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeContainerTests\TestVolumeContainerAsync.json"> |
271 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
272 |
| - </None> |
273 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeContainerTests\TestVolumeContainerSync.json"> |
274 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
275 |
| - </None> |
276 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeContainerTests\TestVolumeContainerSync_InlineSac.json"> |
277 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
278 |
| - </None> |
279 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeContainerTests\TestVolumeContainerSync_InlineSac_InvalidCreds.json"> |
280 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
281 |
| - </None> |
282 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeContainerTests\TestVolumeContainerSync_RepetitiveDCName.json"> |
283 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
284 |
| - </None> |
285 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeTests\TestNewVolumeNoAccess.json"> |
286 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
287 |
| - </None> |
288 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeTests\TestNewVolumeRepetitiveName.json"> |
289 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
290 |
| - </None> |
291 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeTests\TestVolumeAsync.json"> |
292 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
293 |
| - </None> |
294 |
| - <None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.VolumeTests\TestVolumeSync.json"> |
295 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
296 |
| - </None> |
297 | 153 | </ItemGroup>
|
298 | 154 | <ItemGroup>
|
299 | 155 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
0 commit comments