Skip to content

Update error codes to be more specific#53

Open
dvalinrh wants to merge 2 commits intomainfrom
rerun
Open

Update error codes to be more specific#53
dvalinrh wants to merge 2 commits intomainfrom
rerun

Conversation

@dvalinrh
Copy link
Contributor

Description

Uses error_codes found in test_tools/error_codes to provide more specific error indication.

Before/After Comparison

Before: Returned a 0 or 1, making determination of having to rerun very course
After: Error codes are now bases on test_tools/error_codes, making it easier to limit when we do a rerun of the test.
Also, changed how we load in test_tools, we try curl, git, and wget, to avoid a failure due to the program not
being installed.

Clerical Stuff

This closes #52

Relates to JIRA: RPOPC-872

Testing Performed
scenario file
global:
ssh_key_file: replace_your_ssh_key
terminate_cloud: 1
os_vendor: rhel
results_prefix: documentation
os_vendor: rhel
system_type: aws
cloud_os_id: ami-035032ea878eca201
systems:
system1:
tests: "passmark"
host_config: "m5.xlarge"

csv file generated
Testname,Operations,Start_Date,End_Date
CPU_INTEGER_MATH,11308.477666666666,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_FLOATINGPOINT_MATH,6075.8626372982999,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_PRIME,25.737857519365743,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_SORTING,6044.1112175549915,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_ENCRYPTION,1561.2353118758415,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_COMPRESSION,49482.996629311383,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_SINGLETHREAD,1806.783811132548,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_PHYSICS,513.0180636499947,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_MATRIX_MULT_SSE,2917.7665402382136,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_mm,343.83665038348119,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_sse,1232.2354716647751,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_fma,3659.271431306805,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_avx,2583.1311089885121,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
CPU_avx512,4196.4281489927616,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
m_CPU_enc_SHA,512291001.75296998,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
m_CPU_enc_AES,3943809322.454628,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
m_CPU_enc_ECDSA,455121310.94896895,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_ALLOC_S,1354.8967892590651,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_READ_S,22248.570703124999,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_READ_L,11637.0166015625,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_WRITE,10336.931640625,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_LARGE,12402.666666666666,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_LATENCY,51.850149827299241,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
ME_THREADED,25392.56982421875,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
SUMM_CPU,3975.3374521977503,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z
SUMM_ME,2133.6243122691976,2026-03-13T16:43:28Z,2026-03-13T16:46:01Z

Returned 0 as expected. Testing on rerun verification handled in the appropriate zathras pr.

@dvalinrh dvalinrh requested a review from grdumas March 13, 2026 17:41
@github-actions
Copy link

This relates to RPOPC-872

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update rtc to be more informative

1 participant