From 60e46fae7b88c805ef9c93661154fda3aedf5f50 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 21 Jul 2022 14:01:20 +0200 Subject: [PATCH] drop check in dummy --- ereuse_devicehub/dummy/dummy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/dummy/dummy.py b/ereuse_devicehub/dummy/dummy.py index d67c9274..7947a85b 100644 --- a/ereuse_devicehub/dummy/dummy.py +++ b/ereuse_devicehub/dummy/dummy.py @@ -199,10 +199,10 @@ class Dummy: inventory, _ = user1.get(res=Device) assert len(inventory['items']) - i, _ = user1.get(res=Device, query=[('search', 'intel')]) - assert len(i['items']) in [14, 12] - i, _ = user1.get(res=Device, query=[('search', 'pc')]) - assert len(i['items']) in [17, 14] + # i, _ = user1.get(res=Device, query=[('search', 'intel')]) + # assert len(i['items']) in [14, 12] + # i, _ = user1.get(res=Device, query=[('search', 'pc')]) + # assert len(i['items']) in [17, 14] # Let's create a set of actions for the pc device # Make device Ready