Browse Source

Merge pull request #573 from tomdee/choose-backend-in-tests

e2e: Allow the backend list to be overridden
Tom Denham 8 years ago
parent
commit
5081cc7811
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dist/functional-test.sh

+ 1 - 2
dist/functional-test.sh

@@ -126,8 +126,7 @@ echo etcd launched
 
 global_exit_code=0
 
-backends="udp vxlan host-gw"
-
+backends=${BACKEND:-"udp vxlan host-gw"} 
 for backend in $backends; do
 	echo
 	echo "=== BACKEND: $backend ==============================================="