Commit graph

3 commits

Author SHA1 Message Date
Julien Mailleret
d3e394b071
[meta] refactor kitchen tests (#765)
* [meta] refactor kitchen tests

This commit update kitchen tests to match important feature to test:
- default: test a deployment with all default values
- license: test a deployment with a license and default values
- trial: test a deployment with security enabled and trial license
- oss: test a deployment with oss version and default values (6.x only)
- upgrade: test an upgrade from a previous version
- oss-upgrade: test an upgrade with oss version (6.x only)
- oss-to-default-upgrade: test an upgrade from previous oss to latest
default version
- custom_config: test a deployment with custom config files
- security: test a deployment with security enabled

* [meta] fix license test
2021-02-04 11:19:00 +01:00
Richard Pijnenburg
d0704e526a Add tests for new feature 2015-07-16 15:56:09 +02:00
Richard Pijnenburg
f5a5fede0b Initial commit for acceptance testing
Uses Kitchen-CI, kitchen-ansible and kitchen-docker components
Also uses serverspec.

Currently supports:

- CentOS 6, 7
- Debian 7, 8
- Ubuntu 14.04
2015-07-09 16:29:06 +02:00