🤖 Use static assets, wait longer

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2022-11-30 11:31:41 +00:00
parent a7859d1665
commit e0033e7fd2
4 changed files with 139 additions and 61 deletions

View File

@@ -19,6 +19,10 @@ import (
"github.com/spectrocloud/peg/pkg/machine/types"
)
var kubectl = func(s string) (string, error) {
return Sudo("k3s kubectl " + s)
}
func TestSuite(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "kairos Test Suite")