summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRahmanim Benny <brahmani@redhat.com>2024-03-05 12:16:03 +0200
committerGitHub <noreply@github.com>2024-03-05 15:46:03 +0530
commit21e3948bddf9dd39339bda6a8d655919a5ee8ca6 (patch)
treeb9dffc3308c85507308a02861271ee29b24cf0a0 /changelogs
parentb2dd05465b80e666c957ebc857b875f8681699e8 (diff)
downloadvyos-ansible-collection-21e3948bddf9dd39339bda6a8d655919a5ee8ca6.tar.gz
vyos-ansible-collection-21e3948bddf9dd39339bda6a8d655919a5ee8ca6.zip
Avoid unsafe conditions for integration tests (#340)
* Avoid unsafe conditions for integration tests * Remove .idea/ folder * remove another jinja templating expression from asserts condition * remove shortname jinja templating expression from asserts condition * Update changelog * changelog updates
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/avoid_unsafe_conditions.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/avoid_unsafe_conditions.yml b/changelogs/fragments/avoid_unsafe_conditions.yml
new file mode 100644
index 0000000..693f01d
--- /dev/null
+++ b/changelogs/fragments/avoid_unsafe_conditions.yml
@@ -0,0 +1,3 @@
+---
+trivial:
+ - avoid_unsafe_conditions - Avoid unsafe conditions in integration tests to resolve issues related to assertion unsafe conditions.