Set correct server uri on e2e dynamic provisioner
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -791,7 +791,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
|
|||||||
It("should create and delete persistent volumes [fast]", func() {
|
It("should create and delete persistent volumes [fast]", func() {
|
||||||
By("creating a Gluster DP server Pod")
|
By("creating a Gluster DP server Pod")
|
||||||
pod := startGlusterDpServerPod(c, ns)
|
pod := startGlusterDpServerPod(c, ns)
|
||||||
serverUrl := "https://" + pod.Status.PodIP + ":8081"
|
serverUrl := "http://" + pod.Status.PodIP + ":8081"
|
||||||
By("creating a StorageClass")
|
By("creating a StorageClass")
|
||||||
test := testsuites.StorageClassTest{
|
test := testsuites.StorageClassTest{
|
||||||
Name: "Gluster Dynamic provisioner test",
|
Name: "Gluster Dynamic provisioner test",
|
||||||
|
Reference in New Issue
Block a user