Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Streaming Tests to Testing Suite #303

Merged
merged 8 commits into from
Sep 1, 2023
Merged

Conversation

yash-ni
Copy link
Collaborator

@yash-ni yash-ni commented Aug 31, 2023

No description provided.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add steps for the python client test naming convention

tests/New_ATS/RunPythonClient.bat Outdated Show resolved Hide resolved
tests/New_ATS/RunPythonClient.bat Outdated Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for Record Route Implementation just make sure that we are passing some valid value.

tests/New_ATS/pylib/testlist.json Show resolved Hide resolved
tests/New_ATS/pylib/run_tests.py Outdated Show resolved Hide resolved
tests/New_ATS/pylib/run_tests.py Outdated Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what changes do have here, you can revert this file

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

@@ -88,13 +88,12 @@ Follow the below steps to add more tests in the testing suite.

9. Inside the `testcases` folder, create a json file for each rpc method defined in the protofile. The name of the json file will be same as the rpc method's name. These will contain the testcases that the testing suite will run corresponding to each rpc method.

10. Create a python client that will interact with the LabVIEW gRPC Server. The name of the client will be like `<test_name>_client.py`.
10. Create a `Python_client` folder and add python clients for each rpc into it that will interact with the LabVIEW gRPC Server. The name of the client will be like `<rpc_name>_client.py`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its not a hard requirement to match the client python file name with the rpc_name, it's just a recommendation.

@ni-sujain ni-sujain merged commit 469ad04 into ni:master Sep 1, 2023
5 checks passed
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.

2 participants