• Kubernetes Submit Queue's avatar
    Merge pull request #46320 from vmware/e2evSphereStoragePolicySupport · b9416c2c
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 45949, 46009, 46320, 46423, 46437)
    
    e2e tests for storage policy support in Kubernetes
    
    This PR covers e2e test cases for vSphere storage policy support in Kubernetes - #46176.
    
    The following test scenario have been implemented.
    - Specify only SPBM storage policy name.
         - Verify if the disk is provisioned on a compatible datastore with max free space.
    - Specify a storage policy name which is not defined on VC.
        - Verify if PVC create errors out that no pbm profile with this policy is found.
    - Specify both SPBM storage policy name and VSAN capabilities together.
        - Verify if PVC create errors out that you can't use both SPBM policy name with VSAN capabilities. You can only specify one.
    - Specify SPBM storage policy name with user specified datastore which is non-compatible.
       - Verify if PVC create errors out that it can't provision a disk on a non-compatible datastore.
    
    @jeffvance @divyenpatel
    
    **Release note**:
    
    ```release-note
    None
    ```
    b9416c2c
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
api Loading commit data...
build Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
federation Loading commit data...
hack Loading commit data...
hooks Loading commit data...
logo Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
staging Loading commit data...
test Loading commit data...
third_party Loading commit data...
translations Loading commit data...
vendor Loading commit data...
.bazelrc Loading commit data...
.gazelcfg.json Loading commit data...
.generated_files Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
BUILD.bazel Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
OWNERS Loading commit data...
OWNERS_ALIASES Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
WORKSPACE Loading commit data...
code-of-conduct.md Loading commit data...
labels.yaml Loading commit data...