penguin/monok8s

k8s image for Mono Gateway Dev Kit

clitools/pkg/node/uboot/bootcmd_test.go

raw ยท 142 bytes

package uboot

import (
	"fmt"
	"testing"
)

func TestBootCmd(_ *testing.T) {

	cfg := BootEnvConfig{}
	fmt.Println(cfg.bootCmdOrDefault())
}