def test_get_application_list_not_found(): assert 'TEST_APPS-device-socket_app' not in get_application_list( icetea_json_output, ['SOMETHING_ELSE'])
def test_get_application_list_none(): assert 'TEST_APPS-device-socket_app' in get_application_list( icetea_json_output, None)
def test_get_application_list(): assert 'TEST_APPS-device-socket_app' in get_application_list( icetea_json_output, ['UDPSOCKET_BIND_PORT'])