From 335c2026fa69bf9f27627d4012a9b9e9424abcbb Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 12 Jun 2019 13:13:05 -0400 Subject: [PATCH] Add missing changelog fragments Signed-off-by: Paul Belanger --- changelogs/fragments/55223-python3-compat-fix-for-re.yaml | 2 ++ .../fragments/57481-ios-ntp-integration-tc-failure-fix.yaml | 3 +++ changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 changelogs/fragments/55223-python3-compat-fix-for-re.yaml create mode 100644 changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml create mode 100644 changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml diff --git a/changelogs/fragments/55223-python3-compat-fix-for-re.yaml b/changelogs/fragments/55223-python3-compat-fix-for-re.yaml new file mode 100644 index 00000000000..84aa32017df --- /dev/null +++ b/changelogs/fragments/55223-python3-compat-fix-for-re.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Fix python3 compat issue with network/common/config.py - https://github.com/ansible/ansible/pull/55223 diff --git a/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml b/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml new file mode 100644 index 00000000000..e213693002f --- /dev/null +++ b/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml @@ -0,0 +1,3 @@ +bugfixes: +- Fixes the IOS_NTP integration TC failure, where TC was failing coz of missing configuration which needed to be + set before firing the TC. - https://github.com/ansible/ansible/pull/57481. diff --git a/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml b/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml new file mode 100644 index 00000000000..3ad1958c52d --- /dev/null +++ b/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml @@ -0,0 +1,2 @@ +bugfixes: +- Fixes the IOS_SMOKE integration TC failure - https://github.com/ansible/ansible/pull/57665.