summaryrefslogtreecommitdiffstats
path: root/jjb/integration/netconf-pnp-simulator-verify.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-02-07Feat!: Update JJB version to 6xAnil Belur1-6/+6
Jenkins Job Builder 6.0.0 is released and breaks backward compatibility with 5.1.0. The breaking changes with previous 5.1.0 release: - Jobs are now expanded the same way as job templates. - Macros without parameters are now expanded the same way as macros with parameters. - Tags !include-raw: and !include-raw-escape: should now be used the same way in jobs and macros without parameters as they are used in job templates and macros with parameters. - Update pre-commit dependencies Ref: https://storyboard.openstack.org/#!/story/2010963 https://storyboard.openstack.org/#!/story/2010588 NOTE: Set the var "JJB_VERSION" to "6.0.0" at the GH orginazation level for GHA JJB Verify to pick up the latest version of JJB. Issue-ID: CIMAN-33 LF-JIRA RELENG-5131 Change-Id: Icdeecb8bf216ceab4c5af5720f3bd89d3ef2621d Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2020-04-09Fix regression in netconf-pnp-simulator-verify.shBartek Grzybowski1-1/+1
Regression introduced in change I7f361e5399c68a05a20cdd4002fedcc5b04e761e This patch makes the verify script backward compatible with older netconf images. Change-Id: Ieefd9402ae9fbc83ff9b037f1507e95ea104aa22 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-08Fix netconf-pnp-simulator-verify.sh to work with new log fmtebo1-1/+1
The test is dependent on the log format, which was changed on version 2.8 Issue-ID: INT-1516 Change-Id: I7f361e5399c68a05a20cdd4002fedcc5b04e761e Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-03Setup CI gating verify job for pmsh-pnf-simBartek Grzybowski1-1/+1
Change-Id: I9ced0bed26334028b2349e523a15c9dede6ee15e Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-02Create a generic netconf-pnp-simulator verify scriptBartek Grzybowski1-0/+52
Change-Id: I2e4859daa6f8ccc8ed01a8c4b9fabaa3590eba0f Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>