Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d357ab2a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Controller: Add a sleep for the HostTest" am: 84f8a7cf am: eb331cc2

Change-Id: Ic9be061130ae0cca4c4fe67e5c0ac6385eb01e39
parents ace9251c eb331cc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,7 @@
#   See the License for the specific language governing permissions and
#   See the License for the specific language governing permissions and
#   limitations under the License.
#   limitations under the License.


import os
import time
import sys


from acts import asserts
from acts import asserts
from cert.gd_base_test_facade_only import GdFacadeOnlyBaseTestClass
from cert.gd_base_test_facade_only import GdFacadeOnlyBaseTestClass
@@ -57,6 +56,7 @@ class ControllerTest(GdFacadeOnlyBaseTestClass):
            cert_address_response.address != dut_address_response.address,
            cert_address_response.address != dut_address_response.address,
            msg="Expected cert and dut address to be different %s" %
            msg="Expected cert and dut address to be different %s" %
            cert_address_response.address)
            cert_address_response.address)
        time.sleep(1)  # This shouldn't be needed b/149120542


    def test_get_local_extended_features(self):
    def test_get_local_extended_features(self):
        request = controller_facade.PageNumberMsg()
        request = controller_facade.PageNumberMsg()