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
Copy file name to clipboardExpand all lines: instance_test.go
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ import (
32
32
33
33
var_=Describe("Instance", func() {
34
34
const (
35
+
instanceName="INSTTEST"
35
36
cacheqlist="INSTTEST^/ensemble/instances/insttest/^2015.2.2.805.0.16216^running, since Fri May 13 22:07:02 2016^cache.cpf^56772^57772^62972^ok^"
36
37
durableqlist="INSTTEST^/ensemble/instances/insttest/^2015.2.2.805.0.16216^running, since Fri May 13 22:07:02 2016^cache.cpf^56772^57772^62972^ok^^^^/mgr/config"
37
38
ensembleqlist="INSTTEST^/ensemble/instances/insttest/^2015.2.2.805.0.16216^running, since Fri May 13 22:07:02 2016^cache.cpf^56772^57772^62972^ok^Ensemble"
@@ -434,6 +435,9 @@ var _ = Describe("Instance", func() {
434
435
defercan()
435
436
err=instance.WaitForReady(ctx)
436
437
})
438
+
AfterEach(func() {
439
+
getQlist=qlist
440
+
})
437
441
It("Does not return an error", func() {
438
442
Expect(err).NotTo(HaveOccurred())
439
443
})
@@ -554,15 +558,38 @@ var _ = Describe("Instance", func() {
0 commit comments