The call of `init_default_config()` method was missed in #21580. It is required to handle dtest options and markers.
Use universalasync library to make test.py async code compatible with synchronous code of dtest/ccm Also, copied unmodified error_example_test.py from dtest as an example. Run the test in `dev` mode only.