Skip to content

Commit dc1638f

Browse files
committed
removing tests and recorded mocks from github; will add an inclusive scenario.
1 parent cc95374 commit dc1638f

File tree

53 files changed

+0
-106926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+0
-106926
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple.Test/Commands.StorSimple.Test.csproj

Lines changed: 0 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,7 @@
117117
<ItemGroup>
118118
<Compile Include="Properties\AssemblyInfo.cs" />
119119
<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" />
124120
<Compile Include="ScenarioTests\StorSimpleTestBase.cs" />
125-
<Compile Include="ScenarioTests\VolumeContainerTests.cs" />
126-
<Compile Include="ScenarioTests\VolumeTests.cs" />
127121
</ItemGroup>
128122
<ItemGroup>
129123
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
@@ -147,153 +141,15 @@
147141
<None Include="ScenarioTests\BackupPolicyTests.ps1">
148142
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
149143
</None>
150-
<None Include="ScenarioTests\BackupTests.ps1">
151-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
152-
</None>
153144
<None Include="ScenarioTests\Configuration\ConfigurationReader.ps1">
154145
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155146
</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>
171147
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupPolicyTests\TestNewBackupPolicyAddConfigDefaultValues.json">
172148
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
173149
</None>
174150
<None Include="SessionRecords\Microsoft.WindowsAzure.Commands.StorSimple.Test.ScenarioTests.BackupPolicyTests\TestNewBackupPolicyConfig.json">
175151
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
176152
</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>
297153
</ItemGroup>
298154
<ItemGroup>
299155
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />

src/ServiceManagement/StorSimple/Commands.StorSimple.Test/ScenarioTests/BackupTests.cs

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)