Skip to content

Commit cfb1340

Browse files
committed
Update defaults for test variables generation.
1 parent 63e9a9d commit cfb1340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ods_ci/utils/scripts/testconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Python 3.x
1414
2. Now run the script.
1515

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

2020
In case if you have already cloned config repo(odhcluster.git), then use the command,

ods_ci/utils/scripts/testconfig/generateTestConfigFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def parse_args():
4242
help="config git repo for ods-ci tests",
4343
action="store",
4444
dest="git_repo",
45-
default="https://gitlab.cee.redhat.com/ods/odhcluster.git",
45+
required=True,
4646
)
4747
parser.add_argument(
4848
"-b",

0 commit comments

Comments
 (0)