Skip to content

Instantly share code, notes, and snippets.

View ptsneves's full-sized avatar

Paulo Neves ptsneves

View GitHub Profile
@ptsneves
ptsneves / minimal-controller.py
Created September 23, 2020 14:59
testimage with nfs boot
# Released under the MIT license (see COPYING.MIT)
import os
import bb
import oeqa.utils.commands as commands
from oeqa.core.target.ssh import OESSHTarget
class MinimalController(OESSHTarget):
supported_image_fstypes = ["ext4"]