File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6262 description : " The solution version to install"
6363 required : false
6464 type : string
65- default : " 1.0.2 "
65+ default : " 1.1.0 "
6666 solution-base-url :
6767 description : " The URL to download the solution"
6868 required : false
Original file line number Diff line number Diff line change 5959 description : " The solution version to install"
6060 required : false
6161 type : string
62- default : " 1.0.2 "
62+ default : " 1.1.0 "
6363 solution-base-url :
6464 description : " The URL to download the solution"
6565 required : false
7474 description : " The next solution version to upgrade to (only used when `test-solution` enabled)"
7575 required : false
7676 type : string
77- default : " 1.0.3 "
77+ default : " 1.1.1 "
7878
7979env :
8080 NAME : single-node-${{ inputs.os }}-${{ inputs.setup-idp && 'idp' || 'no-idp' }}-${{ inputs.setup-logging && 'logging' || 'no-logging' }}
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Feature: Solutions
77 And the Solution Configuration file is absent
88 When we import a Solution archive '/var/tmp/example-solution.iso'
99 Then Solution archive 'example-solution' is imported correctly
10- And Solution 'example-solution' version '1.0.2 ' is available
11- When we activate Solution 'example-solution' version '1.0.2 '
12- Then Solution 'example-solution' version '1.0.2 ' is activated
13- And CRD 'versionservers.example -solution.metalk8s .scality.com' exists in Kubernetes API
14- And CRD 'clockservers.example -solution.metalk8s .scality.com' exists in Kubernetes API
10+ And Solution 'example-solution' version '1.1.0 ' is available
11+ When we activate Solution 'example-solution' version '1.1.0 '
12+ Then Solution 'example-solution' version '1.1.0 ' is activated
13+ And CRD 'versionservers.metalk8s -solution-example .scality.com' exists in Kubernetes API
14+ And CRD 'clockservers.metalk8s -solution-example .scality.com' exists in Kubernetes API
1515 When we create a solution environment 'example-environment'
1616 Then solution environment 'example-environment' is available
17- When we deploy Solution 'example-solution' in environment 'example-environment' with version '1.0.2 '
17+ When we deploy Solution 'example-solution' in environment 'example-environment' with version '1.1.0 '
1818 Then we have 1 running pod labeled 'app=example-solution-operator' in namespace 'example-environment'
1919 When we deactivate Solution 'example-solution'
2020 And we delete Solution 'example-solution' in environment 'example-environment'
You can’t perform that action at this time.
0 commit comments