From 8fb9e81289c8676944678baad0fe813f6e2db7b1 Mon Sep 17 00:00:00 2001 From: pemontto Date: Thu, 31 Oct 2019 10:55:13 +0000 Subject: [PATCH] Remove issue-test-trail test suite --- .kitchen.yml | 4 --- test/integration/issue-test-trial | 1 - test/integration/issue-test-trial.yml | 46 --------------------------- 3 files changed, 51 deletions(-) delete mode 120000 test/integration/issue-test-trial delete mode 100644 test/integration/issue-test-trial.yml diff --git a/.kitchen.yml b/.kitchen.yml index 4f46371..8a11f20 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -136,7 +136,3 @@ suites: provisioner: playbook: test/integration/xpack-upgrade-trial.yml idempotency_test: false - - name: issue-test-trial - provisioner: - playbook: test/integration/issue-test-trial.yml - idempotency_test: false diff --git a/test/integration/issue-test-trial b/test/integration/issue-test-trial deleted file mode 120000 index 0746a3c..0000000 --- a/test/integration/issue-test-trial +++ /dev/null @@ -1 +0,0 @@ -issue-test \ No newline at end of file diff --git a/test/integration/issue-test-trial.yml b/test/integration/issue-test-trial.yml deleted file mode 100644 index efd726c..0000000 --- a/test/integration/issue-test-trial.yml +++ /dev/null @@ -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