summaryrefslogtreecommitdiff
path: root/subplot
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11fix: mark type of capture of an embedded file's nameLars Wirzenius1-0/+2
Sponsored-by: author
2021-09-17drop unused daemon.pyLars Wirzenius1-84/+0
Sponsored-by: author
2021-09-16fix: add impl to bindings files for new SubplotLars Wirzenius1-9/+25
Sponsored-by: author
2021-08-20chore: don't use vendored copy of Subplot lib/runcmd.pyLars Wirzenius1-247/+0
Use the one provided by Subplot. It has improvements. Sponsored-by: author
2021-07-12fix: make qemumgr wait for ssh port longerLars Wirzenius1-1/+1
Sponsored-by: author
2021-07-12fix: use correct path for daemonize on Debian 11 (bullseye)Lars Wirzenius2-4/+4
Sponsored-by: author
2020-11-08fix(subplot/qemumgr.py): use known hosts file to avoid warningLars Wirzenius1-3/+5
"Host key added" warning was always happening in the ssh output, and it's annoying. This avoids it.
2020-11-01fix(subplot/runcmd.py): fix runcmd_run to accept an env argumentLars Wirzenius1-0/+4
2020-11-01chore: update vendored copy of runcmd.py from SubplotLars Wirzenius2-81/+247
2020-11-01sane_debian_system: check that debian_codename is setLars Wirzenius2-2/+25
2020-10-10fix(subplot/subplot.py): handle an unspecified vars file correctlyLars Wirzenius1-1/+1
Previously we created a file with a list, when it needs to be a dict.
2020-10-10test: make test configurableLars Wirzenius1-6/+15
Create test.cfg in the source tree for this. Currently, ./check does that with hardcoded values. I may change that later if need be, but this is simple for now.
2020-10-07fix: use a random port for Qemu clientLars Wirzenius2-3/+9
2020-10-06test: add a subplot to verify the roles workLars Wirzenius5-0/+506