-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up Rest Integration Test framework (#251)
* Setting up rest integration tests Signed-off-by: Joshua Palis <jpalis@amazon.com> * removing stray log Signed-off-by: Joshua Palis <jpalis@amazon.com> * Cleaning up integration test example Signed-off-by: Joshua Palis <jpalis@amazon.com> * Fixing provision transport action to respond only after state has been updated to PROVISIONING Signed-off-by: Joshua Palis <jpalis@amazon.com> * Fixing flaky encryption test Signed-off-by: Joshua Palis <jpalis@amazon.com> * cleaning up old logs Signed-off-by: Joshua Palis <jpalis@amazon.com> * Added helper methods to retrieve state and resources created, fixed integration test set up to wait for ml config index to become created, fixed settings update to oly occur once Signed-off-by: Joshua Palis <jpalis@amazon.com> * Adding another test for update API, input validation, local model registration. Persiting cluster settings between test runs to ensure plugin apis are enabled. Cleaning up resources after all test runs complete, rather than between test runs Signed-off-by: Joshua Palis <jpalis@amazon.com> * Adding test for search workflows API, ensures that returned credentials are encrypted Signed-off-by: Joshua Palis <jpalis@amazon.com> * Update integ test TODOs to match current development progress Signed-off-by: Daniel Widdis <widdis@gmail.com> * Model Group step is not yet implemented Signed-off-by: Daniel Widdis <widdis@gmail.com> * Comment out tests for incomplete register local model implementation Signed-off-by: Daniel Widdis <widdis@gmail.com> * Fix unit tests broken with changes to fix integ tests Signed-off-by: Daniel Widdis <widdis@gmail.com> --------- Signed-off-by: Joshua Palis <jpalis@amazon.com> Signed-off-by: Daniel Widdis <widdis@gmail.com> Co-authored-by: Daniel Widdis <widdis@gmail.com> (cherry picked from commit 7986cbf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
70f7c00
commit 3fb584a
Showing
17 changed files
with
950 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.