Skip to content
Snippets Groups Projects
Commit 007f4397 authored by Thodoris Vasilopoulos's avatar Thodoris Vasilopoulos
Browse files

correct syntax mistake on comments

parent 76fe316c
No related branches found
No related tags found
No related merge requests found
...@@ -107,5 +107,5 @@ ...@@ -107,5 +107,5 @@
that: that:
- "{{ output_error_count_diff | int }} < {{ output_error_count_threshold | int }} " - "{{ output_error_count_diff | int }} < {{ output_error_count_threshold | int }} "
fail_msg: "WARNING: Output errors count in POST check have been increased above threshold." fail_msg: "WARNING: Output errors count in POST check have been increased above threshold."
success_msg: "PASS: ASS: Output errors count diffs between PRE and POST check is normal." success_msg: "PASS: Output errors count diffs between PRE and POST check is normal."
failed_when: false failed_when: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment