-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add Linux CVT test suite to validate ASR driver functionality #2874
Add Linux CVT test suite to validate ASR driver functionality #2874
Conversation
mohshei786
commented
Aug 1, 2023
- Add two data disk(1G, 10G) to system.
- Install ASR common extension to get the distro details.
- Install ASR distro extension(To load the latest ASR driver)
- Download cvt binary and run integrity test.
- Copy logs from test node.
cvt_script=self._cvt_script, | ||
) | ||
log.info(f"ASR CVT test completed with exit code '{result}'") | ||
assert_that(result).described_as("ASR CVT test failed").is_equal_to(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the output of script is printed together, it's easier to troubleshoot in future. The failure message can be provided by dashboard, so it doesn't need to look into log files. But make it shorter than 200 chars.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mohshei786 It looks like the error message is not improved. Any detailed error can be printed with this? @LiliDeng