File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -99,15 +99,6 @@ var _ = Describe("Network", func() {
99
99
It ("correctly identifies an existing network from a network status" , func () {
100
100
Ω (cloud .NetworkExists (dummies .CSCluster .Status .Zones .GetOne ().Network )).Should (BeTrue ())
101
101
})
102
-
103
- // It("resolves network details with network ID instead of network name", func() {
104
- // ns.EXPECT().GetNetworkID(gomock.Any()).Return("", -1, errors.New("no match found for blah"))
105
- // ns.EXPECT().GetNetworkByID(fakeNetID).Return(&cloudstack.Network{Type: isolatedNetworkType}, 1, nil)
106
- // expectNetworkTags(fakeNetID, false)
107
-
108
- // csCluster.Spec.Network = fakeNetID
109
- // Ω(client.GetOrCreateNetwork(csCluster)).Should(Succeed())
110
- // })
111
102
})
112
103
113
104
Context ("for a non-existent network" , func () {
You can’t perform that action at this time.
0 commit comments