Skip to content

Commit 1108efa

Browse files
fix module configuration
Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com>
1 parent 22dead4 commit 1108efa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Tests/scs-compatible-iaas.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/
88
variables:
99
- os_cloud
1010
modules:
11-
- id: tempest
12-
name: Tempest Testing Project
11+
- id: opc-v2022.11
12+
name: OpenStack Powered Compute test cases
1313
url: https://docs.scs.community/docs/iaas/guides/testing-guide/tempest
1414
- id: scs-0100-v3.1
1515
name: Flavor naming v3.1
@@ -504,7 +504,7 @@ timeline:
504504
versions:
505505
- version: next
506506
include:
507-
- tempest
507+
- opc-v2022.11
508508
- scs-0100-v3.1
509509
- scs-0101-v1
510510
- scs-0102-v1
@@ -526,7 +526,7 @@ versions:
526526
- version: v5.1 # copy of v5, but with include "scs-0123-v1", which had simply been forgotten
527527
stabilized_at: 2024-12-19
528528
include:
529-
- tempest
529+
- opc-v2022.11
530530
- scs-0100-v3.1
531531
- scs-0101-v1
532532
- scs-0102-v1
@@ -547,7 +547,7 @@ versions:
547547
- version: v4
548548
stabilized_at: 2024-02-28
549549
include:
550-
- tempest
550+
- opc-v2022.11
551551
- scs-0100-v3.1
552552
- scs-0101-v1
553553
- scs-0102-v1
@@ -563,7 +563,7 @@ versions:
563563
# What was originally v3 (and what we actually continued to test) can be found as v3-orig.
564564
stabilized_at: 2024-02-28
565565
include:
566-
- tempest
566+
- opc-v2022.11
567567
- scs-0100-v3.1
568568
- scs-0102-v1
569569
targets:

0 commit comments

Comments
 (0)