Skip to content

Commit

Permalink
Update defaults for test variables generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Feb 5, 2024
1 parent 63e9a9d commit cfb1340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ods_ci/utils/scripts/testconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Python 3.x
2. Now run the script.

```
# python3 utils/scripts/testconfig/generateTestConfigFile.py -u <gitlab_user> -p <gitlab_password> -t modh-qe-4
# python3 utils/scripts/testconfig/generateTestConfigFile.py -u <gitlab_user> -p <gitlab_password> -r <gitlab_repo> -t modh-qe-4
```

In case if you have already cloned config repo(odhcluster.git), then use the command,
Expand Down
2 changes: 1 addition & 1 deletion ods_ci/utils/scripts/testconfig/generateTestConfigFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_args():
help="config git repo for ods-ci tests",
action="store",
dest="git_repo",
default="https://gitlab.cee.redhat.com/ods/odhcluster.git",
required=True,
)
parser.add_argument(
"-b",
Expand Down

0 comments on commit cfb1340

Please sign in to comment.