You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
existing test target should be enhanced to accept "driver type" as an user input.
The benefit of doing this to leverage existing test to extend test coverage for "shared" plugin.
e.g.
docker volume create -d <driver_name> -name=abc
Currently driver name is controlled through test constants, it should be configurable through command line.
current code: https://github.com/vmware/docker-volume-vsphere/blob/master/tests/constants/dockercli/cmd.go#L46
/CC @luomiao @tusharnt @shivanshu21
The text was updated successfully, but these errors were encountered: