Skip to content

Change verification to use regular expressions. #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dvalinrh
Copy link
Contributor

Description

Replaces the comparisons in the tests verification files to use regular expressions

Before/After Comparison

Before change: expression would have been define as
fields: ht_config:s,sockets:n,threads:n,unit:s,MB/sec:n,cpu_affin:s

Now uses regular expressions
, and will look like
ht_config:sockets:threads:unit:MB/sec:cpu_affin
ht_yes_1_socket:[[:digit:]]{1,}:[[:digit:]]{1,}:GFlops:[[:digit:]]{1,}:[ 0-9,]{1,}$

Clerical Stuff

This closes #54

Relates to JIRA: RPOPC-229

@dvalinrh dvalinrh requested a review from a team April 23, 2025 09:35
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.

Add verification via regexp
1 participant