.codecov.yaml
.coveragerc
.dockerignore
.flake8
.gitignore
.readthedocs.yaml
CHANGES.rst
CODEOWNERS
COPYING
LICENSE
README.rst
labgrid_logo.png
mypy.ini
pyproject.toml
.crossbar/.gitignore
.crossbar/config-anonymous.yaml
.crossbar/config.yaml
.github/pull_request_template.md
.github/workflows/build-and-release.yml
.github/workflows/docker.yml
.github/workflows/push-pr-unit-tests.yml
.github/workflows/reusable-unit-tests-docker.yml
.github/workflows/reusable-unit-tests.yml
.github/workflows/scheduled-unit-tests.yml
contrib/coordinator-statsd.py
contrib/sync-places.py
contrib/completion/labgrid-client.bash
contrib/systemd/labgrid-coordinator.service
contrib/systemd/labgrid-exporter.service
contrib/systemd/sysusers.d/labgrid.conf
contrib/systemd/tmpfiles.d/labgrid.conf
debian/changelog
debian/compat
debian/control
debian/copyright
debian/labgrid-client
debian/labgrid-exporter
debian/labgrid-pytest
debian/labgrid-suggest
debian/labgrid.install
debian/labgrid.manpages
debian/labgrid.tmpfile
debian/labgrid.triggers
debian/labgrid.yaml
debian/rules
doc/Makefile
doc/RELEASE.rst
doc/changes.rst
doc/conf.py
doc/configuration.rst
doc/design_decisions.rst
doc/development.rst
doc/getting_started.rst
doc/index.rst
doc/man.rst
doc/overview.rst
doc/usage.rst
doc/images/favicon.png
doc/images/labgrid_logo_outline.svg
doc/man/client.rst
doc/man/device-config.rst
doc/man/exporter.rst
doc/res/config_graph.svg
doc/res/graphstrategy-via-nand.png
doc/res/graphstrategy-via-nfs.png
dockerfiles/Dockerfile
dockerfiles/README.rst
dockerfiles/build.sh
dockerfiles/exporter/entrypoint.sh
dockerfiles/staging/docker-compose.yml
dockerfiles/staging/client/.ssh/id_rsa
dockerfiles/staging/client/simple-test/remote.yaml
dockerfiles/staging/client/simple-test/remote_shell_test.py
dockerfiles/staging/crossbar/places_example.yaml
dockerfiles/staging/dut/Dockerfile
dockerfiles/staging/dut/authorized_keys
dockerfiles/staging/exporter-conf/exporter.yaml
examples/pytest.ini
examples/barebox/conftest.py
examples/barebox/local-usb.yaml
examples/barebox/local.yaml
examples/barebox/test_barebox.py
examples/barebox/test_bootchooser.py
examples/barebox/test_sleep.py
examples/barebox/test_state.py
examples/barebox/test_watchdog.py
examples/deditec-relais8/deditec.py
examples/deditec-relais8/deditec_remote.py
examples/deditec-relais8/export-didicontrol.yaml
examples/deditec-relais8/import-dedicontrol.yaml
examples/docker/README.md
examples/docker/conftest.py
examples/docker/env.yaml
examples/docker/test_shell.py
examples/library/phytec.yaml
examples/library/test.py
examples/modbusrtu/conftest.py
examples/modbusrtu/env.yaml
examples/modbusrtu/test_modbusrtu_example.py
examples/networkmanager/nm.env
examples/networkmanager/nm.py
examples/power/env.yaml
examples/power/power_example.py
examples/pyvisa/env.yaml
examples/pyvisa/pyvisa_example.py
examples/qemu-networking/conftest.py
examples/qemu-networking/local.yaml
examples/qemu-networking/qemunetworkstrategy.py
examples/qemu-networking/test_qemu_networking.py
examples/remote/remote.yaml
examples/remote/test_barebox.py
examples/shell/conftest.py
examples/shell/local.yaml
examples/shell/test_hwclock.py
examples/shell/test_memory.py
examples/shell/test_rt.py
examples/shell/test_shell.py
examples/strategy/bareboxrebootstrategy.py
examples/strategy/local.yaml
examples/strategy/quartusstrategy.py
examples/strategy/test_barebox_strategy.py
examples/strategy/test_uboot_strategy.py
examples/sysfsgpio/export-gpio.yaml
examples/sysfsgpio/import-gpio.yaml
examples/sysfsgpio/sysfsgpio.py
examples/sysfsgpio/sysfsgpio_remote.py
examples/usb/mass-storage-usb.yaml
examples/usb/mxs-usb.yaml
examples/usb/test_usb_mxs.py
examples/usb/test_usb_storage.py
examples/usbpower/README.rst
examples/usbpower/cycle.py
examples/usbpower/examplestrategy.py
examples/usbpower/exports.yaml
examples/usbpower/local.yaml
examples/usbpower/remote.yaml
examples/usbpower/test_example.py
examples/usbsdmux/local.yaml
examples/usbsdmux/test_sdmux.py
helpers/labgrid-bound-connect
labgrid/__init__.py
labgrid/binding.py
labgrid/config.py
labgrid/consoleloggingreporter.py
labgrid/environment.py
labgrid/exceptions.py
labgrid/factory.py
labgrid/step.py
labgrid/stepreporter.py
labgrid/target.py
labgrid.egg-info/PKG-INFO
labgrid.egg-info/SOURCES.txt
labgrid.egg-info/dependency_links.txt
labgrid.egg-info/entry_points.txt
labgrid.egg-info/requires.txt
labgrid.egg-info/top_level.txt
labgrid/autoinstall/__init__.py
labgrid/autoinstall/main.py
labgrid/driver/__init__.py
labgrid/driver/bareboxdriver.py
labgrid/driver/commandmixin.py
labgrid/driver/common.py
labgrid/driver/consoleexpectmixin.py
labgrid/driver/dediprogflashdriver.py
labgrid/driver/deditecrelaisdriver.py
labgrid/driver/dfudriver.py
labgrid/driver/dockerdriver.py
labgrid/driver/exception.py
labgrid/driver/externalconsoledriver.py
labgrid/driver/fake.py
labgrid/driver/fastbootdriver.py
labgrid/driver/filedigitaloutput.py
labgrid/driver/flashromdriver.py
labgrid/driver/flashscriptdriver.py
labgrid/driver/gpiodriver.py
labgrid/driver/httpvideodriver.py
labgrid/driver/lxaiobusdriver.py
labgrid/driver/lxausbmuxdriver.py
labgrid/driver/manualswitchdriver.py
labgrid/driver/modbusdriver.py
labgrid/driver/modbusrtudriver.py
labgrid/driver/mqtt.py
labgrid/driver/networkinterfacedriver.py
labgrid/driver/onewiredriver.py
labgrid/driver/openocddriver.py
labgrid/driver/powerdriver.py
labgrid/driver/provider.py
labgrid/driver/pyvisadriver.py
labgrid/driver/qemudriver.py
labgrid/driver/quartushpsdriver.py
labgrid/driver/resetdriver.py
labgrid/driver/serialdigitaloutput.py
labgrid/driver/serialdriver.py
labgrid/driver/shelldriver.py
labgrid/driver/sigrokdriver.py
labgrid/driver/smallubootdriver.py
labgrid/driver/sshdriver.py
labgrid/driver/ubootdriver.py
labgrid/driver/usbaudiodriver.py
labgrid/driver/usbhidrelay.py
labgrid/driver/usbloader.py
labgrid/driver/usbsdmuxdriver.py
labgrid/driver/usbsdwiredriver.py
labgrid/driver/usbstoragedriver.py
labgrid/driver/usbtmcdriver.py
labgrid/driver/usbvideodriver.py
labgrid/driver/xenadriver.py
labgrid/driver/power/__init__.py
labgrid/driver/power/apc.py
labgrid/driver/power/digipower.py
labgrid/driver/power/digitalloggers_http.py
labgrid/driver/power/eaton.py
labgrid/driver/power/eg_pms2_network.py
labgrid/driver/power/gude.py
labgrid/driver/power/gude24.py
labgrid/driver/power/gude8031.py
labgrid/driver/power/gude8225.py
labgrid/driver/power/gude8316.py
labgrid/driver/power/netio.py
labgrid/driver/power/netio_kshell.py
labgrid/driver/power/rest.py
labgrid/driver/power/sentry.py
labgrid/driver/power/shelly_gen1.py
labgrid/driver/power/siglent.py
labgrid/driver/power/simplerest.py
labgrid/driver/power/tplink.py
labgrid/driver/usbtmc/__init__.py
labgrid/driver/usbtmc/keysight_dsox2000.py
labgrid/driver/usbtmc/tektronix_tds2000.py
labgrid/protocol/__init__.py
labgrid/protocol/bootstrapprotocol.py
labgrid/protocol/commandprotocol.py
labgrid/protocol/consoleprotocol.py
labgrid/protocol/digitaloutputprotocol.py
labgrid/protocol/filesystemprotocol.py
labgrid/protocol/filetransferprotocol.py
labgrid/protocol/infoprotocol.py
labgrid/protocol/linuxbootprotocol.py
labgrid/protocol/mmioprotocol.py
labgrid/protocol/powerprotocol.py
labgrid/protocol/resetprotocol.py
labgrid/protocol/videoprotocol.py
labgrid/pytestplugin/__init__.py
labgrid/pytestplugin/fixtures.py
labgrid/pytestplugin/hooks.py
labgrid/pytestplugin/reporter.py
labgrid/remote/__init__.py
labgrid/remote/authenticator.py
labgrid/remote/client.py
labgrid/remote/common.py
labgrid/remote/config.py
labgrid/remote/coordinator.py
labgrid/remote/exporter.py
labgrid/remote/scheduler.py
labgrid/resource/__init__.py
labgrid/resource/base.py
labgrid/resource/common.py
labgrid/resource/dediprogflasher.py
labgrid/resource/docker.py
labgrid/resource/ethernetport.py
labgrid/resource/fastboot.py
labgrid/resource/flashrom.py
labgrid/resource/httpvideostream.py
labgrid/resource/lxaiobus.py
labgrid/resource/modbus.py
labgrid/resource/modbusrtu.py
labgrid/resource/mqtt.py
labgrid/resource/networkservice.py
labgrid/resource/onewireport.py
labgrid/resource/power.py
labgrid/resource/provider.py
labgrid/resource/pyvisa.py
labgrid/resource/remote.py
labgrid/resource/serialport.py
labgrid/resource/sigrok.py
labgrid/resource/suggest.py
labgrid/resource/udev.py
labgrid/resource/xenamanager.py
labgrid/resource/ykushpowerport.py
labgrid/strategy/__init__.py
labgrid/strategy/bareboxstrategy.py
labgrid/strategy/common.py
labgrid/strategy/dockerstrategy.py
labgrid/strategy/graphstrategy.py
labgrid/strategy/shellstrategy.py
labgrid/strategy/ubootstrategy.py
labgrid/util/__init__.py
labgrid/util/agent.py
labgrid/util/agentwrapper.py
labgrid/util/atomic.py
labgrid/util/dict.py
labgrid/util/exceptions.py
labgrid/util/expect.py
labgrid/util/helper.py
labgrid/util/managedfile.py
labgrid/util/marker.py
labgrid/util/proxy.py
labgrid/util/qmp.py
labgrid/util/ssh.py
labgrid/util/timeout.py
labgrid/util/yaml.py
labgrid/util/agents/__init__.py
labgrid/util/agents/deditec_relais8.py
labgrid/util/agents/dummy.py
labgrid/util/agents/network_interface.py
labgrid/util/agents/sysfsgpio.py
labgrid/util/agents/usb_hid_relay.py
man/Makefile
man/labgrid-client.1
man/labgrid-client.rst
man/labgrid-device-config.5
man/labgrid-device-config.rst
man/labgrid-exporter.1
man/labgrid-exporter.rst
man/labgrid-pytest.7
man/labgrid-pytest.rst
man/labgrid-suggest.1
man/labgrid-suggest.rst
tests/conftest.py
tests/test_agent.py
tests/test_autoinstall.py
tests/test_bareboxdriver.py
tests/test_config.py
tests/test_crossbar.py
tests/test_dediprogflasher.py
tests/test_docker.py
tests/test_environment.py
tests/test_ethernetport.py
tests/test_export.py
tests/test_externalconsoledriver.py
tests/test_factory.py
tests/test_filedigitaloutput.py
tests/test_fixtures.py
tests/test_flags.py
tests/test_flashrom.py
tests/test_flashscript.py
tests/test_graphstrategy.py
tests/test_httpvideo.py
tests/test_lxaiobus.py
tests/test_manualswitchdriver.py
tests/test_modbusrtudriver.py
tests/test_onewire.py
tests/test_openocd.py
tests/test_powerdriver.py
tests/test_processwrapper.py
tests/test_protocol.py
tests/test_pyvisa.py
tests/test_qemudriver.py
tests/test_remote.py
tests/test_reporter.py
tests/test_resource.py
tests/test_sched.py
tests/test_serialdriver.py
tests/test_serialport.py
tests/test_shelldriver.py
tests/test_sigrok.py
tests/test_sispm.py
tests/test_sshdriver.py
tests/test_step.py
tests/test_stepreporter.py
tests/test_strategy.py
tests/test_sysfsgpioagent.py
tests/test_target.py
tests/test_tasmota.py
tests/test_timeout.py
tests/test_ubootdriver.py
tests/test_usbtmc.py
tests/test_usbvideo.py
tests/test_util.py
tests/test_yaml.py