Remove issue-test-trail test suite

This commit is contained in:
pemontto 2019-10-31 10:55:13 +00:00
parent 70143c6327
commit 8fb9e81289
No known key found for this signature in database
GPG key ID: EDCB93C3DA1B5DA9
3 changed files with 0 additions and 51 deletions

View file

@ -136,7 +136,3 @@ suites:
provisioner: provisioner:
playbook: test/integration/xpack-upgrade-trial.yml playbook: test/integration/xpack-upgrade-trial.yml
idempotency_test: false idempotency_test: false
- name: issue-test-trial
provisioner:
playbook: test/integration/issue-test-trial.yml
idempotency_test: false

View file

@ -1 +0,0 @@
issue-test

View file

@ -1,46 +0,0 @@
#This file is for users to test issues and reproduce them using the test framework.
#Modify the playbook below and test with kitchen i.e. `kitchen test issue-test`
#To add custom tests modify the serverspec file ./helpers/serverspec/issue_test_spec.rb
#Idempot test is enabled for this test
- name: Simple Example
hosts: localhost
post_tasks:
- include: elasticsearch/test/integration/debug.yml
roles:
- elasticsearch
vars:
es_xpack_license: ""
es_xpack_trial: true
es_config:
xpack.security.authc.realms.file.file1.order: 1
xpack.security.authc.realms.native.native1.type: "native"
es_heap_size: "1g"
es_plugins:
- plugin: ingest-attachment
es_xpack_features:
- security
- alerting
es_api_basic_auth_username: elastic
es_api_basic_auth_password: changeme
es_users:
file:
test_user:
password: changeme
roles:
- kibana_system
native:
kibana:
password: changeme
roles:
- kibana_system
elastic:
password: aNewPassWord
es_roles:
native:
logstash:
cluster:
- manage_index_templates
logstash_system:
cluster:
- manage_index_templates