Skip to content

Commit 5cceaf0

Browse files
committed
MINIFICPP-2697 Upgrade m2crypto to the latest version
Plus, some minor improvements to the help string of the test runner scripts.
1 parent 38179ed commit 5cceaf0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

behave_framework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"docker==7.1.0",
99
"PyYAML==6.0.3",
1010
"humanfriendly==10.0",
11-
"m2crypto==0.41.0",
11+
"m2crypto==0.46.2",
1212
"pyopenssl==25.0.0",
1313
"pyjks==20.0.0"
1414
]

docker/DockerVerify.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ print_help()
3535
printf '%s\n' "Runs the provided behave tests in a containerized environment"
3636
printf 'Usage: %s [--image-tag-prefix <arg>] [-h|--help] <minifi_version> <feature_path-1> [<feature_path-2>] ... [<feature_path-n>] ...\n' "$0"
3737
printf '\t%s\n' "<minifi_version>: the version of minifi"
38-
printf '\t%s\n' "<tags_to_run>: include these tags"
39-
printf '\t%s\n' "--tags_to_exclude: optional tags that should be skipped (no default)"
40-
printf '\t%s\n' "--image-tag-prefix: optional prefix to the docker tag (no default)"
41-
printf '\t%s\n' "--parallel_processes: optional argument that specifies the number of parallel processes that can be executed simultaneously. (default: 3)"
38+
printf '\t%s\n' "<tags_to_run>: comma-separated list of tags to include, e.g: CORE,ENABLE_KAFKA,ENABLE_SPLUNK"
39+
printf '\t%s\n' "--tags_to_exclude: optional comma-separated list of tags that should be skipped (default: none)"
40+
printf '\t%s\n' "--image-tag-prefix: optional prefix to the docker tag (default: none)"
41+
printf '\t%s\n' "--parallel_processes: optional argument that specifies the number of parallel processes that can be executed simultaneously (default: 3)"
4242
printf '\t%s\n' "--fips: enables FIPS mode by default"
4343
printf '\t%s\n' "-h, --help: Prints help"
4444
}

docker/RunBehaveTests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ print_help()
3535
printf '%s\n' "Runs the provided behave tests in a containerized environment"
3636
printf 'Usage: %s [--image-tag-prefix <arg>] [-h|--help] <minifi_version> <tags_to_run> ...\n' "$0"
3737
printf '\t%s\n' "<minifi_version>: the version of minifi"
38-
printf '\t%s\n' "<tags_to_run>: include these tags"
39-
printf '\t%s\n' "--tags_to_exclude: optional tags that should be skipped (no default)"
40-
printf '\t%s\n' "--image-tag-prefix: optional prefix to the docker tag (no default)"
41-
printf '\t%s\n' "--parallel_processes: optional argument that specifies the number of parallel processes that can be executed simultaneously. (default: 3)"
38+
printf '\t%s\n' "<tags_to_run>: comma-separated list of tags to include, e.g: CORE,ENABLE_KAFKA,ENABLE_SPLUNK"
39+
printf '\t%s\n' "--tags_to_exclude: optional comma-separated list of tags that should be skipped (default: none)"
40+
printf '\t%s\n' "--image-tag-prefix: optional prefix to the docker tag (default: none)"
41+
printf '\t%s\n' "--parallel_processes: optional argument that specifies the number of parallel processes that can be executed simultaneously (default: 3)"
4242
printf '\t%s\n' "--fips: enables FIPS mode by default"
4343
printf '\t%s\n' "-h, --help: Prints help"
4444
}

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ shortuuid==1.0.13
33
behavex==4.1.0
44
docker==7.1.0
55
PyYAML==6.0.2
6-
m2crypto==0.41.0
6+
m2crypto==0.46.2
77
watchdog==6.0.0
88
pyopenssl==25.0.0
99
azure-storage-blob==12.24.1

0 commit comments

Comments
 (0)