summaryrefslogtreecommitdiff
path: root/kitchen-tests/kitchen.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-20 10:36:34 -0700
committerTim Smith <tsmith@chef.io>2018-06-27 11:40:00 -0700
commit6fbbeca577117dc8244a4d29e0c028590ef81bfb (patch)
treeaa06492c2c8430dcb2deb6ea3959a8c19ec891c4 /kitchen-tests/kitchen.yml
parent4b35ecd3bd8ef3c56fc75c7d0bffb440244b0e50 (diff)
downloadchef-6fbbeca577117dc8244a4d29e0c028590ef81bfb.tar.gz
Rename the kitchen base test suite to end-to-end
It's our end-to-end test according to the readme. This just aligns the recipe/suite names with that so it's a bit more obvious what we're doing here. This also removes sudo installs since I moved that all to dokken-images now. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/kitchen.yml')
-rw-r--r--kitchen-tests/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 9133401c7c..7e654f1491 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -34,6 +34,6 @@ platforms:
- name: ubuntu-18.04
suites:
- - name: base
+ - name: end-to-end
run_list:
- - recipe[base::default]
+ - recipe[end_to_end::default]