## Summary
_The goal is to consolidate 2 existing test files with identical logic
into a single, deployment-agnostic test file:_
Files to be replaced:
-
x-pack/test/api_integration/apis/management/ingest_pipelines/ingest_pipelines.ts
-
x-pack/test_serverless/api_integration/test_suites/common/management/ingest_pipelines.ts
New test file:
-
x-pack/test/api_integration/deployment_agnostic/apis/management/ingest_pipelines.ts
The migration leverages the serverless test file as a basis for the new
deployment-agnostic test.
Necessary modifications are minimal and include FTR context provider &
its services to ensure compatibility across different environments.
Lastly new file has to be loaded into both the serverless and stateful
config files under
`x-pack/test/api_integration/deployment_agnostic/configs`
This approach ensures that the test logic remains consistent while
reducing redundancy and maintaince effort.