Skip to content

Commit 2dc2783

Browse files
committed
tests: Update tests to use the new Solution version 1.1.0
1 parent feed5d6 commit 2dc2783

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/multi-node-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
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

.github/workflows/single-node-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ on:
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
@@ -74,7 +74,7 @@ on:
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

7979
env:
8080
NAME: single-node-${{ inputs.os }}-${{ inputs.setup-idp && 'idp' || 'no-idp' }}-${{ inputs.setup-logging && 'logging' || 'no-logging' }}

tests/post/features/solutions.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)