-
## Description
Sometimes `kitchen list --json` may emit warnings in addition to normal JSON output; the warnings prevent output from being correctly parsed as JSON.
## Kitchen Version
Tell us…
-
Hi there,
we are running some test kitchen machines via the vsphere provider with the following configuration
``` yaml
platforms:
- name: sles-11.3
transport:
username: xxxx
passw…
-
Those images already have everything pre-installed to run properly default `init` system for specific OS.
See:
https://github.com/StackStorm/ansible-st2/blob/master/.kitchen.yml#L25-L39
arm4b updated
8 years ago
-
I have created below script for testing installation of git.
# !/usr/bin/env bats
@test "verify git installation" {
run bash -c "rpm -qa|grep git"
[ "$status" -eq 0 ]
}
@test "Verifying whethe…
-
Would it be helpful to create some acceptance tests using Test-Kitchen to verify certain features are working as intended? FailOverClustering is not the easiest thing to setup and not every scenarios…
-
## :ghost: Brief Description
Inability of using `docker` as `transport`.
## Version
- `kitchen-docker`: 2.10.0
- `test-kitchen`: 2.8.0
## Environment
```
# bundle install
[...]
Usin…
-
Hello,
I've discover an issue on kitchen-ec2 version 2.4.0. My kitchen are run in a container when i'm running `kitchen diagnose` on alpine:3.7, everything is ok.
I've moved my container to alpi…
-
To have a better code coverage and to test all wanted behavior switch different attributes values (that is to say test cases) in input of templating, it would be really nice to introduce the test suit…
-
## Description
Started off with issue https://github.com/test-kitchen/kitchen-ec2/issues/467
Given
```
provisioner:
name: shell
data_path: .
```
And the path has a number of folde…
-
I am using v.0.14.0beta7 and I have tested with stable version v.0.13 but if I try to use GoogleHome
"Hey Google, please poweroff air conditioner in the kitchen"
The air conditioner power off but th…