AzSDK.Test/TestCases/SVT/SVTCommon/TestCases_SVTCommon.json

{
  "TestCases": {
    "TestCase": [
      {
        "TestCaseID": "Test_SVTWithoutLogin",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKAzureServicesSecurityStatus' command without login",
        "Enabled": "True",
        "TestMethod": "TestSVTWithoutLogin"
      },
      {
        "TestCaseID": "Test_SVTWithLogin_OSS_LeastParams",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKAzureServicesSecurityStatus' command with OSS settings with only mandatory parameters",
        "Enabled": "True",
        "TestMethod": "TestSVTWithLoginOSSLeastParams"
      },
      {
        "TestCaseID": "Test_SVTWithLogin_MSIT_LeastParams",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKAzureServicesSecurityStatus' command with MSIT settings with only mandatory parameters",
        "Enabled": "True",
        "TestMethod": "TestSVTWithLoginMSITLeastParams"
      },
      {
        "TestCaseID": "Test_SVTWithLogin_OSS_TagParamsSet",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKAzureServicesSecurityStatus' command with OSS settings with Tag parameter set",
        "Enabled": "True",
        "TestMethod": "TestSVTWithLoginOSSTagParamsSet"
      },
      {
        "TestCaseID": "Test_SVTWithLogin_OSS_ResourceParamsSet",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKAzureServicesSecurityStatus' command with OSS settings with resource filter parameters",
        "Enabled": false,
        "TestMethod": "TestSVTWithLoginOSSResourceParamsSet"
      },
      {
        "TestCaseID": "Test_SVTSubscriptionCoreCommonCommand",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Get-AzSDKControlsStatus' command with OSS settings with resource filter parameters",
        "Enabled": false,
        "TestMethod": "TestSVTSubscriptionCoreCommonCommand"
      },
      {
        "TestCaseID": "Test_SetOnlinePolicy",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Set-AzSDKPolicySettings' to check if online policy is set successfully",
        "Enabled": "True",
        "TestMethod": "TestSetOnlinePolicy"
      },
      {
        "TestCaseID": "Test_DisableOnlinePolicy",
        "Priority": "1",
        "Feature": "SVT",
        "ModuleName": "SVTCommon",
        "Type": "BVT",
        "Description": "Run 'Set-AzSDKPolicySettings' to check if online policy is getting disabled successfully",
        "Enabled": "True",
        "TestMethod": "TestDisableOnlinePolicy"
      }
    ]
  }
}