aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml
diff options
context:
space:
mode:
authorebo <eliezio.oliveira@est.tech>2020-04-08 12:32:14 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-04-10 09:19:27 +0000
commit1402489faba6767edffc4909a2f95a13a2bbd6da (patch)
tree779c4fad1d6db05f5a0bac3ff299b74785deeb55 /test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml
parentae8d50ce126508c11667a85c4781a2c77cf2a814 (diff)
Update pnf-sw-upgrade module to latest engine v2.8.1
- Using loguru to follow new recommend standard - Renamed Yang model filename to comply with https://tools.ietf.org/html/rfc6020#section-5.2 - Renamed initialization data to reflect the target datastore Issue-ID: INT-1516 Signed-off-by: ebo <eliezio.oliveira@est.tech> Change-Id: Ifde9e832b6a308dc918e3a84e03bfd43ad0f9b63
Diffstat (limited to 'test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml')
-rw-r--r--test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml b/test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml
new file mode 100644
index 000000000..4f1e7bceb
--- /dev/null
+++ b/test/mocks/netconf-pnp-simulator/modules/pnf-sw-upgrade/startup.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<software-upgrade xmlns="http://onap.org/pnf-sw-upgrade">
+ <upgrade-package>
+ <id>sw-id-1</id>
+ <current-status>CREATED</current-status>
+ <software-version>test_software_1</software-version>
+ <uri>sftp://127.0.0.1/test_software_1.img</uri>
+ <user>test_user</user>
+ <password>test_password</password>
+ <user-label>trial software update</user-label>
+ </upgrade-package>
+</software-upgrade>