-
Currently generated roles do not include any test facility.
I'll provide a pull request that implements testing with [Test-Kitchen](https://github.com/test-kitchen/test-kitchen) configured with the…
-
I have Inspec tests in a git repo. In the root of the repo dir, I can run the current set of tests from local.
```
cinc-auditor exec --sudo -i ~/.ssh/id_ed25519 -t ssh://rocky@44.197.102.141 .
``…
-
https://github.com/hanimireddydornala/task.git
here i have attached the cookbook when i am doing kitchen verify its not showing the test results.
Below is the o/p i received. Can you help me whe…
-
When /tmp has incorrect permissions, (eg: missing temp sticky bit in mode 0777 vs 1777) the mktmpdir call attempts to create tempdir which exists within the `kitchen_root` path resulting in a cyclical…
rhass updated
6 years ago
-
Hello,
I was running Kitchen with Docker plugin to try it and make some convergence tests. For some reason, my Kitchen died at some point and Docker started to spit some coredumps out with Kitchen.…
-
Running ``kitchen test default-ubuntu-1204`` fails with the following chef error:
```
================================================================================
Error executing action `crea…
-
## :ghost: Brief Description
When using the WinRM transport, Test Kitchen fails on the `converge` action with the error message:
```
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::Action…
-
## Description
Per #783 and #1306, support was added for downloading files from instances. One of the use cases specifically mentioned in #783 was downloading jUnit test reports for parsing by Jen…
-
I'm trying to test a recipe on chef workastatio with test-kitchen but any platform that I use not installing chef-client fails giving the following error.
`Installing chef
installing with d…
-
Given this code:
```ruby
ssh.scp.upload('/local/path', '/remote/path', recursive: true)
```
It looks like if there is a symlink at `/local/path/symlink` pointing to another directory on the lo…