sonix-network/vEdge 1000 smoke test

Netboot a built OpenWrt image on a real vEdge 1000 and capture the boot log

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imagePath or glob to the initramfs-kernel.bin to bootyes
boot-logWhere to write the captured boot lognovedge1000-boot.log
addrunwedged address (host:port)yes
caPEM of the CA that signed the server certificateno
certPEM of the client certificate (for mutual TLS)no
keyPEM of the client private key (for mutual TLS)no
server-nameOverride the TLS server name (SNI)no""
insecureSkip server certificate verification (NOT recommended)nofalse
kernel-argsExtra kernel command-line argumentsno""
ssh-commandIf set, run this over SSH after a healthy boot to verify connectivity (e.g. "cat /etc/openwrt_release")no""
ssh-expectRegex the ssh-command stdout must match (asserts the expected image booted)no""
ssh-timeoutHow long to retry SSH after a healthy boot (Go duration, e.g. 90s)no90s
verify-crc32Verify the image CRC32 in U-Boot before bootingnotrue
boot-timeoutHow long to wait for a healthy boot (Go duration, e.g. 5m)no5m
namedescription
boot-logPath to the captured boot log
resultPASS or FAIL