ni / measurement-plugin-python

Python framework to develop measurement plug-ins for NI application software. Contains sample measurement plug-ins for InstrumentStudio and TestStand.
MIT License
19 stars 15 forks source link

Update pipeline files to run the acceptance tests in generator directory in system tests #884

Closed Jotheeswaran-Nandagopal closed 1 month ago

Jotheeswaran-Nandagopal commented 2 months ago

What does this Pull Request accomplish?

Why should this Pull Request be merged?

What testing has been done?

github-actions[bot] commented 2 months ago

Test Results

    40 files  + 10      40 suites  +10   50m 6s :stopwatch: + 8m 34s    686 tests + 21     686 :white_check_mark: + 21      0 :zzz: ±0  0 :x: ±0  16 760 runs  +210  15 690 :white_check_mark: +210  1 070 :zzz: ±0  0 :x: ±0 

Results for commit 71ad5fb8. ± Comparison against base commit cb5c7100.

:recycle: This comment has been updated with latest results.

Jotheeswaran-Nandagopal commented 1 month ago

@bkeryan , As the acceptance tests in the client generator are using measurement services, the pipelines are skipping the tests, as the acceptance tests in the generator are currently running in units tests. can you please help us reviewing this changes, as other PR's are dependent on this issue?