diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-20 10:36:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-27 11:40:00 -0700 |
commit | 6fbbeca577117dc8244a4d29e0c028590ef81bfb (patch) | |
tree | aa06492c2c8430dcb2deb6ea3959a8c19ec891c4 /kitchen-tests/kitchen.travis.yml | |
parent | 4b35ecd3bd8ef3c56fc75c7d0bffb440244b0e50 (diff) | |
download | chef-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.travis.yml')
-rw-r--r-- | kitchen-tests/kitchen.travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml index ec6a099458..3736fb2fab 100644 --- a/kitchen-tests/kitchen.travis.yml +++ b/kitchen-tests/kitchen.travis.yml @@ -105,6 +105,6 @@ platforms: pid_one_command: /bin/systemd suites: - - name: base + - name: end-to-end run_list: - - recipe[base::default] + - recipe[end_to_end::default] |