commit | a3eacc4b33b09f37205f2cb222d007b13b2412eb | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 10:58:57 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 17:36:23 2018 +0100 |
tree | 3d4d94d291eb7b57e50aae72c606cf86ff5c97a6 | |
parent | 963359237492b5736621c68d376bf15e4cdbde4a [diff] [blame] |
Update configuration of OpenStack tests Change-Id: I4eac0dc4748436c0896f0a552279a57fd7003792
diff --git a/Makefile b/Makefile index d166862..fb69046 100644 --- a/Makefile +++ b/Makefile
@@ -18,7 +18,11 @@ JOBS := 1 endif +ifeq (,$(wildcard ./.kitchen.openstack.yml)) +KITCHEN_LOCAL_YAML?=.kitchen.openstack.yml +else KITCHEN_LOCAL_YAML?=.kitchen.yml +endif KITCHEN_OPTS?="--concurrency=$(JOBS)" KITCHEN_OPTS_CREATE?="" KITCHEN_OPTS_CONVERGE?=""