e2e: more groups (#16483)
This commit is contained in:
parent
e260187cf5
commit
c52bf965f7
|
@ -1,6 +1,6 @@
|
|||
[pytest]
|
||||
norecursedirs = .git views
|
||||
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 5
|
||||
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 6
|
||||
junit_family=legacy
|
||||
markers =
|
||||
critical: TCs by priority
|
||||
|
|
|
@ -433,7 +433,7 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase):
|
|||
self.errors.verify_no_errors()
|
||||
|
||||
|
||||
@pytest.mark.xdist_group(name="new_one_2")
|
||||
@pytest.mark.xdist_group(name="new_three_2")
|
||||
@marks.new_ui_critical
|
||||
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC
|
|||
self.errors.verify_no_errors()
|
||||
|
||||
|
||||
@pytest.mark.xdist_group(name="new_one_3")
|
||||
@pytest.mark.xdist_group(name="new_four_2")
|
||||
@marks.new_ui_critical
|
||||
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
||||
|
||||
|
|
Loading…
Reference in New Issue