# coding: utf-8 from utils.test_config import * api = api_as_jdoe() p4ds = api.config_p4ds_get() assert len(p4ds) > 0, "no p4ds were configured in the server"