Skip to content

Commit

Permalink
Capitalize license names (Trial, Basic)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Nov 12, 2020
1 parent 8ae7f8f commit eed632d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions x-pack/plugins/ml/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Elastic.
## Requirements

To use machine learning features, you must have a Platinum or Enterprise license
or a free 14-day trial. File Data Visualizer requires a Basic license. For more
or a free 14-day Trial. File Data Visualizer requires a Basic license. For more
info, refer to
[Set up machine learning features](https://www.elastic.co/guide/en/machine-learning/master/setup.html).

Expand Down Expand Up @@ -103,33 +103,33 @@ Run the following commands from the `x-pack` directory and use separate terminal
for test server and test runner. The test server command starts an Elasticsearch
and Kibana instance that the tests will be run against.

1. Functional UI tests with `trial` license (default config):
1. Functional UI tests with `Trial` license (default config):

node scripts/functional_tests_server.js
node scripts/functional_test_runner.js --include-tag mlqa

ML functional `trial` license tests are located in `x-pack/test/functional/apps/ml`.
ML functional `Trial` license tests are located in `x-pack/test/functional/apps/ml`.

1. Functional UI tests with `basic` license:
1. Functional UI tests with `Basic` license:

node scripts/functional_tests_server.js --config test/functional_basic/config.ts
node scripts/functional_test_runner.js --config test/functional_basic/config.ts --include-tag mlqa

ML functional `basic` license tests are located in `x-pack/test/functional_basic/apps/ml`.
ML functional `Basic` license tests are located in `x-pack/test/functional_basic/apps/ml`.

1. API integration tests with `trial` license:
1. API integration tests with `Trial` license:

node scripts/functional_tests_server.js
node scripts/functional_test_runner.js --config test/api_integration/config.ts --include-tag mlqa
ML API integration `trial` license tests are located in `x-pack/test/api_integration/apis/ml`.
ML API integration `Trial` license tests are located in `x-pack/test/api_integration/apis/ml`.

1. API integration tests with `basic` license:
1. API integration tests with `Basic` license:

node scripts/functional_tests_server.js --config test/api_integration_basic/config.ts
node scripts/functional_test_runner.js --config test/api_integration_basic/config.ts --include-tag mlqa
ML API integration `basic` license tests are located in `x-pack/test/api_integration_basic/apis/ml`.
ML API integration `Basic` license tests are located in `x-pack/test/api_integration_basic/apis/ml`.

## Shared functions

Expand Down
16 changes: 8 additions & 8 deletions x-pack/plugins/transform/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,30 +102,30 @@ Run the following commands from the `x-pack` directory and use separate terminal
for test server and test runner. The test server command starts an Elasticsearch
and Kibana instance that the tests will be run against.

1. Functional UI tests with `trial` license (default config):
1. Functional UI tests with `Trial` license (default config):

node scripts/functional_tests_server.js
node scripts/functional_test_runner.js --include-tag transform

Transform functional `trial` license tests are located in `x-pack/test/functional/apps/transform`.
Transform functional `Trial` license tests are located in `x-pack/test/functional/apps/transform`.

1. Functional UI tests with `basic` license:
1. Functional UI tests with `Basic` license:

node scripts/functional_tests_server.js --config test/functional_basic/config.ts
node scripts/functional_test_runner.js --config test/functional_basic/config.ts --include-tag transform

Transform functional `basic` license tests are located in `x-pack/test/functional_basic/apps/transform`.
Transform functional `Basic` license tests are located in `x-pack/test/functional_basic/apps/transform`.

1. API integration tests with `trial` license:
1. API integration tests with `Trial` license:

node scripts/functional_tests_server.js
node scripts/functional_test_runner.js --config test/api_integration/config.ts --include-tag transform
Transform API integration `trial` license tests are located in `x-pack/test/api_integration/apis/transform`.
Transform API integration `Trial` license tests are located in `x-pack/test/api_integration/apis/transform`.

1. API integration tests with `basic` license:
1. API integration tests with `Basic` license:

node scripts/functional_tests_server.js --config test/api_integration_basic/config.ts
node scripts/functional_test_runner.js --config test/api_integration_basic/config.ts --include-tag transform
Transform API integration `basic` license tests are located in `x-pack/test/api_integration_basic/apis/ml`.
Transform API integration `Basic` license tests are located in `x-pack/test/api_integration_basic/apis/ml`.

0 comments on commit eed632d

Please sign in to comment.