Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Test should accept "Driver type" as an input to reuse existing E2E automated tests #1685

Closed
shuklanirdesh82 opened this issue Aug 2, 2017 · 3 comments

Comments

@shuklanirdesh82
Copy link
Contributor

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

	// VDVSPluginName name of vDVS plugin
	VDVSPluginName = "vsphere "

/CC @luomiao @tusharnt @shivanshu21

@luomiao
Copy link
Contributor

luomiao commented Aug 23, 2017

Need to explore if this is needed.

@shuklanirdesh82
Copy link
Contributor Author

adding mustfix kw to finish investigation.

@luomiao luomiao added P0 and removed P1 labels Oct 2, 2017
@luomiao
Copy link
Contributor

luomiao commented Oct 27, 2017

Closed by #1886

@luomiao luomiao closed this as completed Oct 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants