-
Couldn't load subscription status.
- Fork 167
updated test playbooks #598
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
Conversation
tests/pb.juniper_junos_command.yml
Outdated
| - name: Check TEST 3 | ||
| assert: | ||
| that: | ||
| test3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment
tests/pb.juniper_junos_command.yml
Outdated
| - name: Check TEST 8 | ||
| assert: | ||
| that: | ||
| test8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment in all the testcases
| - name: Check TEST 2 | ||
| assert: | ||
| that: | ||
| - test2.msg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What message are you comparing
tests/pb.juniper_junos_table.yml
Outdated
| - name: check TEST 3 | ||
| assert: | ||
| that: | ||
| - test3.msg == "Successfully retrieved 1 items from EthPortTable." No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add extra line
updated test playbooks