浏览代码

adding the constants to the test file

Signed-off-by: Jakub Drahos <jack.drahos@gmail.com>
Jakub Drahos 5 年之前
父节点
当前提交
0a99a5f152
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libnetwork/ipvs/ipvs_test.go

+ 2 - 0
libnetwork/ipvs/ipvs_test.go

@@ -21,6 +21,8 @@ var (
 		LeastConnection,
 		LeastConnection,
 		DestinationHashing,
 		DestinationHashing,
 		SourceHashing,
 		SourceHashing,
+		WeightedRoundRobin,
+		WeightedLeastConnection,
 	}
 	}
 
 
 	protocols = []string{
 	protocols = []string{