Skip to content

Commit ca87f14

Browse files
chore: separate os and ent test_in_poor runs
Ticket: QA-1625 Signed-off-by: Peter Grzybowski <peter@northern.tech>
1 parent 2a1d6c5 commit ca87f14

2 files changed

Lines changed: 432 additions & 20 deletions

File tree

tests/tests/test_mender_connect.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -377,26 +377,6 @@ def test_bogus_proto_message(self, docker_env):
377377
assert isinstance(body.get("err"), str) and len(body.get("err")) > 0
378378

379379

380-
class TestRemoteTerminalOpenSource(
381-
_TestRemoteTerminalBase, _TestRemoteTerminalBaseBogusProtoMessage
382-
):
383-
@pytest.fixture(scope="function")
384-
def docker_env(self, standard_setup_one_docker_client_bootstrapped):
385-
env = standard_setup_one_docker_client_bootstrapped
386-
auth = Authentication()
387-
env.devconnect = DeviceConnect(auth, DeviceAuthV2(auth))
388-
yield env
389-
390-
@pytest.fixture(scope="function")
391-
def docker_env_flaky_test(
392-
self, request, standard_setup_one_docker_client_bootstrapped
393-
):
394-
env = standard_setup_one_docker_client_bootstrapped
395-
auth = Authentication()
396-
env.devconnect = DeviceConnect(auth, DeviceAuthV2(auth))
397-
yield env
398-
399-
400380
def connected_device(env):
401381
uuidv4 = str(uuid.uuid4())
402382
tname = "test.mender.io-{}".format(uuidv4)

0 commit comments

Comments
 (0)