forked from stolostron/discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Code and unit tests (stolostron#7) * Add packages for interacting with the OCM and redhat auth apis * Change controller to use the api packages. Add unit tests for covering basic controller functionality with mocks * Add make targets to easily modify the deployment to target the mock server * Add endpoint to mock auth api. Change port to 3000 so it doesn't conflict with metrics server. * Remove unused packages * 6584 functiontest (stolostron#8) * Add packages for interacting with the OCM and redhat auth apis * Change controller to use the api packages. Add unit tests for covering basic controller functionality with mocks * Add make targets to easily modify the deployment to target the mock server * Add endpoint to mock auth api. Change port to 3000 so it doesn't conflict with metrics server. * Remove unused packages * Add functional tests, add support to mock server for checking for search filter * Update makefile for integration test * Increase test coverage * Containerize functional tests * Build test image in travis * update travis
- Loading branch information
Showing
41 changed files
with
3,287 additions
and
349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
# Copyright (c) 2020 Red Hat, Inc. | ||
|
||
echo "Building test-image" | ||
|
||
docker build . -f integration_tests/build/Dockerfile -t $1 |
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.