Skip to content

Commit

Permalink
updated test playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Nov 11, 2022
1 parent 9375ab6 commit fb1d768
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/pb.juniper_junos_rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,25 @@
- test9.results[2].msg == "The RPC executed successfully."
tags: [ test9 ]

#################
- name: "Check huge xml/text data"
rpc:
rpcs:
- get-support-information
- file-archive
kwargs:
- {}
- destination: "support_info"
source: /var/log/*
compress: True
formats: text
timeout: 1200
huge_tree: True
register: test10
tags: [ test10 ]

- name: Check TEST 10
assert:
that:
test10.results[0].msg == "The RPC executed successfully."
tags: [ test10 ]

0 comments on commit fb1d768

Please sign in to comment.