Skip to content

Hardware tests#23

Draft
jpineda3 wants to merge 6 commits intomainfrom
hardware-tests
Draft

Hardware tests#23
jpineda3 wants to merge 6 commits intomainfrom
hardware-tests

Conversation

@jpineda3
Copy link
Copy Markdown
Collaborator

Pull Request Description

Hardware tests using ADALM2000 as signal source for Precision boards on zed deployed a test harness in ADGT. There are still long-standing issues with using libm2k in the test pipelines. This draft PR is for reviewing the tests I created for the boards.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation by running CI/gen_doc/docs/gen_sysobj_doc.m script locally, if applies.

Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 19, 2024

CLA assistant check
All committers have signed the CLA.

Comment thread test/AD4630_24Tests.m
testCase.assertTrue(sum(abs(double(data)))>0);
% testCase.assertTrue(strcmp(val,string(ret_val)), ...
% 'Sample rate unexpected')
testCase.verifyEqual(str2double(ret_val),str2double(val), ...
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the comment on line 53, should the tolerance be a non-zero value?

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.

3 participants