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

[Blitz] updated the docs for sequence keyword #74

Merged
merged 3 commits into from
Mar 23, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/blitz/details/yang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ subscription, or, you may expect the test to fail (referred to as a negative tes
auto-validate: # [true | false] automatically validate config messages
negative-test: # [true | false] expecting device to return an error
pause: # pause N seconds between each test (default: 0, no pause)
sequence: # [true | false] to check the return values and return sequence verified
Copy link
Contributor

Choose a reason for hiding this comment

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

You can drop the "to check the" from the sentence. What we really need is a detailed description of each option in format following this shorthand but I am not going to put that on you.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated.


Content
-------
Expand Down