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/README.md | |
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/README.md')
-rw-r--r-- | kitchen-tests/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/README.md b/kitchen-tests/README.md index 8dcf9702a5..95234ca383 100644 --- a/kitchen-tests/README.md +++ b/kitchen-tests/README.md @@ -19,8 +19,8 @@ chef/kitchen-tests$ bundle exec kitchen list You should see output similar to ```shell -Instance Driver Provisioner Verifier Transport Last Action Last Error -base-amazonlinux Vagrant ChefGithub Inspec Ssh <Not Created> <None> +Instance Driver Provisioner Verifier Transport Last Action Last Error +end-to-end-amazonlinux Vagrant ChefGithub Inspec Ssh <Not Created> <None> ``` ## Testing |