aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates/job-uhd-rf-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/job-uhd-rf-tests.yml')
-rw-r--r--.ci/templates/job-uhd-rf-tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/templates/job-uhd-rf-tests.yml b/.ci/templates/job-uhd-rf-tests.yml
index cd1dedf91..b7e2cf0ba 100644
--- a/.ci/templates/job-uhd-rf-tests.yml
+++ b/.ci/templates/job-uhd-rf-tests.yml
@@ -127,9 +127,10 @@ jobs:
--sdimage_sdmux $(devType),$(devModel),$(uhd_artifact_directory)/$(devType)-images/$(devSDImage),${{ parameters.uhdSrcDir }}/$(devLabgridConfig),$(devHostname) \
--fpgas $(devFpga) \
--sfp_addrs $(sfpAddrs) \
+ --working_dir "$(Build.SourcesDirectory)/ettus-rts/config/remote/python_tests/pytests/" \
${{ parameters.redisHost }} $(devName) \
"uhd_usrp_probe --args addr=$(devAddr)" \
- "python3 $(Build.SourcesDirectory)/ettus-rts/config/remote/python_tests/automated_main.py --ats_config $(pytestAtsConfig) --dut $(pytestDUT) \
+ "python3 ../automated_main.py --ats_config $(pytestAtsConfig) --dut $(pytestDUT) \
--results_path $(Common.TestResultsDirectory)/pytest/{fpga} ${{ parameters.extra_rf_test_args }}"
continueOnError: true
condition: and(succeeded(), eq(variables.devType, 'n3xx'), eq(variables.devBus, 'ip'))