X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/5ce013435374b9697cb6d6a3fc3a3c7f35ae3279..b2a5dc4e4da45de6f3357eeb341ab8b3a9113c9a:/kitchen.yml diff --git a/kitchen.yml b/kitchen.yml index e47ea24..a511ce8 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -287,7 +287,7 @@ suites: - path: test/integration/keepproxy - path: test/integration/keepweb - path: test/integration/controller - #### workbench,workbench2 + #### workbench,workbench2,webshell - name: workbench driver: hostname: workbench.fixme.example.net @@ -316,15 +316,18 @@ suites: - example_nginx - example_nginx_workbench - example_nginx_workbench2 + - example_nginx_webshell pillars_from_files: # yamllint disable rule:line-length arvados.sls: test/salt/pillar/arvados.sls example_nginx.sls: test/salt/pillar/examples/nginx_passenger.sls example_nginx_workbench.sls: test/salt/pillar/examples/nginx_workbench_configuration.sls example_nginx_workbench2.sls: test/salt/pillar/examples/nginx_workbench2_configuration.sls + example_nginx_webshell.sls: test/salt/pillar/examples/nginx_webshell_configuration.sls # yamllint enable rule:line-length verifier: inspec_tests: + - path: test/integration/repo - path: test/integration/workbench - path: test/integration/workbench2 #### shell @@ -360,15 +363,13 @@ suites: - arvados._mapdata - arvados.repo - arvados.keepstore - # - arvados.clean pillars: top.sls: base: '*': - arvados pillars_from_files: - arvados.sls: test/salt/pillar/arvados.sls + arvados.sls: test/salt/pillar/arvados_dev.sls verifier: inspec_tests: - - path: test/integration/repo - path: test/integration/keepstore