sclorg / container-common-scripts

Apache License 2.0
21 stars 45 forks source link

move check_result to common #284

Closed zmiklank closed 1 year ago

zmiklank commented 1 year ago

The check_result function is now duplicated in every container. Let's find out if creating a generic ct_check_result in container-common-scripts would be possible.

zmiklank commented 1 year ago

The generic function now exists: ct_check_testcase_result. It is encouraged to use it from now on instead on container-specific check_result function.

zmiklank commented 1 year ago

Most of the containers now use the ct_check_testcase_result. I think this issue can be closed. Rest of the containers should be migrated on best effort basis.