Skip to content

Conversation

Ashutosh-NI
Copy link
Collaborator

What does this Pull Request accomplish?

For the class AnalogInputTests initially the trait [Trait(nameof(HardwareConfiguration), nameof(HardwareConfiguration.GP3))] was added to the class level (which makes all the method in the class to run on GP3) but later methods InitializeDAQmxTasks_ReadAnalogSamplesFromOneFilteredChannel_ResultsContainExpectedData and InitializeDAQmxTasks_ReadAnalogWaveformSamplesFromOneFilteredChannel_ResultsContainExpectedData were added, which are only expected to run in Lungyuan. Due to this the ATS on GP3 testers are failing.

Why should this Pull Request be merged?

Removed the [Trait(nameof(HardwareConfiguration), nameof(HardwareConfiguration.GP3))] from class level and added it to method levels(to those method which are not having trait to run on Lungyuan).

What testing has been done?

Ran the ATS, and it succeeded.

@Ashutosh-NI Ashutosh-NI enabled auto-merge (squash) August 18, 2025 12:23
@Ashutosh-NI Ashutosh-NI disabled auto-merge August 21, 2025 08:55
@Ashutosh-NI Ashutosh-NI merged commit 4bd77d5 into main Aug 21, 2025
2 checks passed
@Ashutosh-NI Ashutosh-NI deleted the users/Ashutosh-NI/HardwareConfigurationCleanUpForGP3 branch August 21, 2025 11:20
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.

5 participants