ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
69 stars 47 forks source link

The expected error codes for Linux where not the ones actually return… #1078

Closed maxxboehme closed 3 weeks ago

maxxboehme commented 1 month ago

…ed by the NI-Sync driver

What does this Pull Request accomplish?

The system tests where not checking for the correct error code that is returned by the Ni-Sync driver for the Linux platform.

Why should this Pull Request be merged?

This fixes these 2 tests and they should now pass.

What testing has been done?

Ran changes on system with NISync hardware installed and these 2 tests now pass when run on LinuxRT.