def test_live_set_touchscreen(self):
        ca_url = os.environ['EPI_URL']
        epi = Epipearl(
                ca_url, os.environ['EPI_USER'], os.environ['EPI_PASSWD'])

        response = WebUiConfig.set_touchscreen(
                client=epi,
                screen_timeout=453)

        assert response is True