mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-23 18:37:40 +00:00
adding network status features
This commit is contained in:
committed by
Kuralamudhan Ramakrishnan
parent
583cbe476a
commit
8bb09518df
@@ -300,7 +300,7 @@ var _ = Describe("multus operations", func() {
|
||||
result, err := cmdAdd(args, fExec, fKubeClient)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(fExec.addIndex).To(Equal(len(fExec.plugins)))
|
||||
Expect(fKubeClient.PodCount).To(Equal(1))
|
||||
Expect(fKubeClient.PodCount).To(Equal(2))
|
||||
Expect(fKubeClient.NetCount).To(Equal(2))
|
||||
r := result.(*types020.Result)
|
||||
// plugin 1 is the masterplugin
|
||||
|
Reference in New Issue
Block a user