#! /usr/bin/python3 # SPDX-License-Identifier: GPL-2.0-or-later # # Copyright Red Hat # Author: David Gibson """Test A Simple Socket Transport meta/ - Test pieces of the test infrastructure. Usually, tests for the test infrastructure should go next to the implementation of the thing being tested. Sometimes that's inconvenient or impossible (usually because it would cause a circular module dependency). In that case those tests can go here. """