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/Berksfile | |
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/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index ea45042a2e..50e09ebf3b 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,3 +1,3 @@ source "https://supermarket.chef.io" -cookbook "base", path: "cookbooks/base" +cookbook "end_to_end", path: "cookbooks/end_to_end" |