From a68c05645192e3e67b9ed0fa4ac709521849069a Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Fri, 12 Feb 2016 22:01:38 +0800 Subject: [PATCH] Set database type when running mysql suite --- .kitchen.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 06d5dcc..c9e3af0 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -47,10 +47,14 @@ suites: - recipe[stash] attributes: <<: *DEFAULT_ATTRIBUTES + stash: + database: + type: mysql mysql: server_root_password: iloverandompasswordsbutthiswilldo server_repl_password: iloverandompasswordsbutthiswilldo server_debian_password: iloverandompasswordsbutthiswilldo + - name: postgresql run_list: - recipe[test-helper] @@ -58,9 +62,6 @@ suites: - recipe[stash] attributes: <<: *DEFAULT_ATTRIBUTES - stash: - database: - type: postgresql postgresql: password: postgres: iloverandompasswordsbutthiswilldo