-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrelease_notes.txt
executable file
·79 lines (66 loc) · 2.34 KB
/
release_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Release: Ninja
Version: warrior-4.6.0
===================
1: Release details
===================
This is Release Ninja of Warrior Test Automation Framework
-------------------------------
1.1: List of available releases
-------------------------------
1. Ninja = warrior-4.6.0
2. Ninja = warrior-4.5.0
3. Ninja = warrior-4.4.1
4. Ninja = warrior-4.3.1
5. Ninja = warrior-4.2.0
==================
2. Version Details
==================
You are on Release Ninja, Version warrior-4.6.0 of Warrior Framework.
warrior-4.6.0 is released as pip install able package. user can install core warriorframework and only required modules.
The pre-requiste for installing pip module is python 3.6 version and above.
+++++++++++++++++++++++++++++++++
2.1. Change log for this release
+++++++++++++++++++++++++++++++++
-------------
New Features:
-------------
[DBBKUP-1359] - Support for modular (Lite) warrior framework separating test runner logic and warrior keywords.
[DBBKUP-1331] - Netconf Library Development for Warrior Job operation.
[DBBKUP-1935] - Workaround for lite warrior so that onefinity team doesn't have to change imports.
[DBBKUP-1930] - Support VZ1_Onebackup's and Onefinity's both logging formats in Lite-warrior.
=================================================
3. Procedure to install pip module
=================================================
1. Install Latest core warriorframework :
`pip install warriorframework` (latest)
`pip install warriorframework==4.5.0` (to install specific version)
`pip uninstall warriorframework` (to uninstall)
2.Install only required warrior modules with
`pip install <warriormodulename>`
ex: pip install warriorcli
(OR)
3.To install warriorframework and all warrior modules (legacy behaviour)
`pip install warriorframeworkallmodules`
Available warrior modules :
----------------------
warriorciregression
warriorcli
warriorcloudshell
warriordemo
warriorfile
warriorgnmi
warriorkafka
warriormicroapps
warriormongo
warriornetconf
warriornetwork
warriorrest
warriorselenium
warriorserver
warriorsnmp
warriorwapp
=================================================
4. Execute Warriormigrate
=================================================
Warriormigrate -pkgs_list all (if you have installed all warrior modules)
Warriormigrate -pkgs_list warriorcli,warriornetconf (if only required modules are installed, ex: warriorcli,warriornetconf)