Skip to content

Commit 5a2b02e

Browse files
committed
test(robot): add missing regression tag to test_encrypted_volume suite
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
1 parent 093a733 commit 5a2b02e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

e2e/tests/regression/test_component.robot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*** Settings ***
22
Documentation Longhorn Component Test Cases
33
4+
Test Tags regression
5+
46
Library OperatingSystem
57

68
Resource ../keywords/variables.resource
@@ -12,6 +14,7 @@ Resource ../keywords/workload.resource
1214

1315
Test Setup Set up test environment
1416
Test Teardown Cleanup test resources
17+
1518
*** Keywords ***
1619
Revert Longhorn Manager Resources
1720
[Documentation] Remove CPU/Memory requests and limits for longhorn-manager

e2e/tests/regression/test_csi_snapshotter.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*** Settings ***
22
Documentation CSI Volume Snapshot Test Cases
33
4-
Test Tags regression csi-snapshotter
4+
Test Tags regression csi-snapshotter
55

66
Resource ../keywords/variables.resource
77
Resource ../keywords/common.resource

e2e/tests/regression/test_encrypted_volume.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*** Settings ***
22
Documentation Encrypted Volume Test Cases
33
4-
Test Tags encrypted volume
4+
Test Tags regression encrypted
55

66
Resource ../keywords/variables.resource
77
Resource ../keywords/common.resource

0 commit comments

Comments
 (0)