Add vxlan cable driver to test matrix

Signed-Off-By: Janki Chhatbar <jchhatba@redhat.com>
This commit is contained in:
Janki Chhatbar
2021-06-14 09:15:16 -04:00
committed by Thomas Pantelis
parent df9a462b9b
commit 69ff334c72
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cable_driver: ['libreswan', 'wireguard']
cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet']
k8s_version: ['1.17']
lighthouse: ['', 'lighthouse']
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cable_driver: ['libreswan', 'wireguard']
cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet']
lighthouse: ['', 'lighthouse']
steps: