-
I am working to test ansible playbook or roles with test-kitchen using kitchen-ansible,serverspec for testing of playbooks with docker driver on a redhat 6.6 server( workstation). I can able to run …
-
If I use a profile name that includes a path, I get errors. It wortks fine if I use IAM profile names that are in the root roles/ path.
This is how I define the profile name. I tried single quotes …
-
### Versions:
* Version of Chef-Provisioning:
* Version of Chef-Provisioning-vSphere: (2.0.10)
### Platform Details
* Version of vSphere/vCenter: 6
* Version of ESXi:
### Scenario:
c…
-
This is a great little utility I'm using very much.
However, for the sake of having more expressive tests, it would be great to have a `when` helper that has the ability to trigger one of the HA "…
-
# Version:
```
# Gemfile
source 'https://rubygems.org'
gem 'kitchen-ansible', '0.48.8'
gem 'kitchen-inspec', '1.2.0'
gem 'kitchen-vagrant', '1.3.4'
gem 'inspec-bin', '4.17.17'
```
# Envir…
-
I, [2022-07-25T10:22:02.446335 #2076] INFO -- Kitchen: -----> Starting Test Kitchen (v3.2.2)
E, [2022-07-25T10:22:02.640648 #2076] ERROR -- Kitchen: ------Exception-------
E, [2022-07-25T10:22:02.6…
-
## Description
Got into state where `kitchen list` kept throwing NoMethodError exception. After investigation it turned out it was because I had empty instance yml file in .kitchen directory (not sur…
-
Within test-kitchen initiate instances I cannot manage to use use pry-remote.
Client side:
```
[root@test123 ~]# /opt/chef/embedded/bin/pry-remote
[root@test123 ~]#
```
Server side (chef-client):
…
-
@timvisher commented on [Thu Apr 29 2021](https://github.com/test-kitchen/test-kitchen/issues/1756)
## EC2 Driver Relies on undefined `refresh!` method of `Aws::Credentials` in at least some cases
…
tas50 updated
2 years ago
-
### Description of Issue
I noticed some behavior that seemed odd to me when using expression-mode collections (specifically, I was testing with the kitchen scene and a path expression of `//Cheerio*`…