Registry / testing / onosproject-helmit

onosproject-helmit

JSON →
library1.1.5gogounverified

A test framework for Kubernetes operators and Helm charts, providing helpers for integration testing.

go get github.com/onosproject/helmit
INSTALL
IMPORT
SIG · ONOSPROJECT-HELMIT
O
onosproject-helmit
testinggov1.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

helmit
github.com/onosproject/helmit

Creates a test suite for a Helm chart.

package main import ( "testing" "github.com/onosproject/helmit" ) func TestSuite(t *testing.T) { suite := helmit.NewSuite(t, helmit.WithHelmChart("./chart")) suite.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
onosproject-helmit — go get onosproject-helmit · libregistry