You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move ES config from ENV to file
* Use fips filebeat impl for smoke tests
* Standardize container orchestration
Make rspec responsible for container orchestration. DRY shared functionality.
* Ensure we test against the right versions
Dynamically look up the version of logstash and test against the corresponding ES image.
Also, extract this to make local dev easier.
(cherry picked from commit 1195743)
The smoke tests are designed run against an image you have built locally. You can run the smoke tests with the helper in the `ci` dir. This sets the version of the ES fips image based on the logstash version. If you need to override that you can set the environment variables (see the script for details).
16
+
17
+
```
18
+
./ci/observabilitySREsmoke_tests.sh
19
+
```
20
+
21
+
## Acceptance tests
22
+
23
+
The acceptance tests are meant to run against an image that has been published to the elastic container repository. You can run the acceptance tests with the helper in the `ci` dir. This sets the version of the ES fips image based on the logstash version. If you need to override that you can set the environment variables (see the script for details).
0 commit comments