Supporting Acceptance tests for File Service
- The
bare-metal
module has very rich set of test cases, which are more exhaustive then the core test module, hence re-used the bare-metal tests in acceptance test module. - Moving the test cases to a new module
file-acceptance-test
. - Decouple provider modules from a core-test module. (By moving the refactored module to a new folder)
- Added a common, standards-based configuration for token issuing. (OIDC and direct token injection)
- Added a Readme file with the description of required variables to run tests.
Edited by Vihar Mamania