Commit graph

14 commits

Author SHA1 Message Date
Nicolas Chaulet
fed9a4fddc
[Fleet] Rename ingest_manager_api_integration tests fleet_api_integration (#83011) 2020-11-12 13:50:59 -05:00
Nicolas Chaulet
c355dfebab
[Ingest Manager] Move config from xpack.ingestManager to xpack.fleet (#79406) 2020-10-06 11:58:09 -04:00
Jonathan Buttner
cc633a4a91
[Security Solution] Adding tests for dns pipeline in the endpoint package (#79177)
* Adding tests for dns pipeline in the endpoint package

* Adding test to make sure non dns events are ingested correctly

* Bring the docker container with the new endpoint package

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-05 10:11:28 -04:00
Jonathan Buttner
92ff5178c6
[Security Solution][EPM] Reenabling the ingest and endpoint tests (#79290)
* Reenabling the ingest and endpoint tests

* Fixing list test and reenabling security functional tests
2020-10-02 14:15:03 -04:00
Kevin Logan
2377d12e7d
[SECURITY_SOLUTION] unskip tests after fixing Kibana and package (#78954) 2020-09-30 17:44:16 -04:00
nnamdifrankie
2ed4b57776
[SecuritySolution-Ingest]: use new metadata current and add transform installation (#74394)
[SecuritySolution-Ingest]: use new metadata current and add transform installation
2020-09-08 17:56:38 -04:00
Nicolas Ruflin
c0bb5375e0
[Ingest Manager] Update package registry for testing to f6b01d (#74341)
Many changes went into the registry and the packages recently. This is updating to the most recent version of the registry distribution currently in production.


Co-authored-by: Sonja Krause-Harder <sonja.krause-harder@elastic.co>
2020-08-05 20:01:52 +02:00
Jonathan Buttner
70d4eac30c
[Security Solution] Adding tests for endpoint package pipelines (#73703)
* Adding tests for endpoint package pipelines

* Removing content type check on types that can change based on docker image version

* Skipping ingest tests instead of remove expect

* Switching ingest tests over to use application/json

* Removing country names

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-30 14:43:33 -04:00
Jonathan Buttner
867a672c7a
[Security Solution] Use docker for endpoint tests (#73092)
* Copying api integration tests into their own directory

* Removing api integration tests and using ingest docker image

* Fixing typo

* Fixing type errors and empty string and reenabling tests

* Rebuilding docs

* Renaming url override variable

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-27 14:13:50 -04:00
Sandra Gonzales
2932b169a2
[Ingest Manager] Integration test install/uninstall a package (#72957)
* integration test for initial installation of package

* add all services to integration config

* rename files, test removing package

* remove import from merge conflict

* rename es_assets to all_assets package

* move install package to before clause and update test descriptions

* fix typo

* update ilm policy name

* use skipIfNoDockerRegistry helper
2020-07-23 11:45:38 -05:00
Nicolas Chaulet
90c8406dcf
[Ingest Manager] Use docker registry for fleet api integration tests (#72621) 2020-07-22 13:29:44 -04:00
Jen Huang
3d5afa90d2
[Ingest Manager] Remove epm config options (#71542)
* Remove `epm.enabled`, flatten `epm.registryUrl`

* Update docs
2020-07-13 16:21:33 -07:00
Sonja Krause-Harder
89dcdbbbee
[Ingest Manager] Update package registry docker image for CI. (#70716)
* Update package registry docker image for CI.

* Adapt to new registry filesystem layout.

* Adjust tests to changed registry behavior.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-06 18:57:18 +02:00
Sonja Krause-Harder
e91594aeb9
[Ingest Manager] Use DockerServers service in integration tests. (#69822)
* Partially disable test files.

* Use DockerServers in EPM tests.

* Only run tests when DockerServers have been set up

* Reenable ingest manager API integration tests

* Pass new test_packages to registry container

* Enable DockerServers tests in CI.

* Correctly serve filetest package for file tests.

* Add helper to skip test and log warning.

* Reenable further file tests.

* Add developer documentation about Docker in Kibana CI.

* Document use of yarn test:ftr

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-29 15:24:11 +02:00