Skip to content

Commit

Permalink
Updating README.md with TIER3 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
  • Loading branch information
mguetta1 authored Dec 6, 2023
1 parent 1191f2c commit c36aa4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ test-tier1:
test-tier2:
TIER2=1 $(MAKE) test-analysis


# TIER3
test-tier3:
$(MAKE) test-jira

#
# Feature tests.
#
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ More advanced features like complex application analysis or some edge cases. Thi
$ make test-tier2
```

### Tier 3

Tests involving credentials or private resources which are supplied as part of the test configuration. It should be excluded from PR runs and will be run through Jenkins.

```
$ make test-tier3
```

## Test execution options

### DEBUG
Expand All @@ -113,15 +121,15 @@ For parallel test execution, set `export PARALLEL=1`.

## Configuration

**Note:** Some tests utilize environment variables for configuration. Refer to the `Configuration` struct in `config/configuration.go` file for details on supported variables.
**Note:** When running tests, ensure that your configuration is set appropriately. Refer to the `Configuration` struct in `config/configuration.go` file for details on supported configuration variables.

Ensure that the required variables are set as environment variables or added to `config/config.json` file.
Ensure that the required configuration variables are set as environment variables or added to `config/config.json` file.

### Test-Specific Configuration

Refer to the `README.md` files in each folder for test-specific configuration details.

- [e2e/jiraintegration](https://github.com/konveyor/go-konveyor-tests/blob/main/e2e/jiraintegration.README.md)
- [e2e/jiraintegration](https://github.com/konveyor/go-konveyor-tests/blob/main/e2e/jiraintegration/README.md)

## Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion e2e/jiraintegration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Jira connection

To run this test, make sure you set the following environment variables:
To run this test, the following data is needed:

- `KUBECONFIG`: Path to the Kubernetes configuration file.
- `JIRA_CLOUD_URL`: URL of Jira Cloud.
Expand Down

0 comments on commit c36aa4a

Please sign in to comment.