Skip to content

Commit

Permalink
test: check clone
Browse files Browse the repository at this point in the history
Signed-off-by: Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Jan 9, 2025
1 parent 1a8002f commit 2d91632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lock(label: 'sdg_nuc_04'){
// harness.set_required_hardware(["zynq-zed-adv7511-ad7768-1-evb-precision",
// "zynq-zed-adv7511-ad4630-24-precision",
// "zynq-zed-adv7511-ad7768-axi-adc-precision"])
harness.set_required_hardware(["zynq-zed-adv7511-ad7768-axi-adc-precision"])
harness.set_required_hardware(["zynq-zed-adv7511-ad4630-24-precision"])
harness.set_docker_args(['Vivado', 'MATLAB'])
harness.set_nebula_local_fs_source_root("artifactory.analog.com")

Expand Down
1 change: 1 addition & 0 deletions test/AD4630_24Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function CheckForHardware(testCase)
methods (Test)

function testAD4630_24Smoke(testCase)
disp("Clone works.");
adc = adi.AD4630_24.Rx('uri',testCase.uri);
data = adc();
adc.release();
Expand Down

0 comments on commit 2d91632

Please sign in to comment.