Coverage report: /home/ellis/comp/core/lib/box/pkg.lisp
Kind | Covered | All | % |
expression | 0 | 6 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; lib/pod/pkg.lisp --- Pod package defs
3
;; Pod is a Lisp system for interacting with container runtimes --
6
;; Podman supports a RESTful API which is described here:
7
;; https://docs.podman.io/en/latest/_static/api.html
9
;; The API is the best way to interact with containers in almost all
10
;; cases but there are a few utilities for initializing the podman
11
;; server or spawning one in a user process when supported.
15
(:use :cl :std :cli :sb-bsd-sockets :net :dat/json :config)
19
(defpackage :box/archiso
21
(:use :cl :std :cli/shell :dat/json :obj/config :box)
22
(:export :*archiso-config* :*archiso-creds* :archiso-config
26
(defpackage :box/ignition
27
(:nicknames :ignition)
28
(:use :cl :std :shell :json :config :box :ast)
29
(:export :*ignition-config* :ignition-config))
33
(:use :cl :std :cli/shell :dat/json :config :box)
34
(:export :*qemu-config* :*qemu-creds*))
38
(:use :cl :std :dat/json :net/srv :box/qemu))
42
(:use :cl :std :dat/json :net/srv :box/qemu))