Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up helmit version to v0.6.6 #63

Merged
merged 1 commit into from
Aug 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions build/bin/run-sd-ran-test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ chart_dir=$(mktemp -d)
cp -R ../onos-helm-charts/* ${chart_dir}
cp -R ../sdran-helm-charts/* ${chart_dir}

helmit test ./test -c ${chart_dir}
kubectl create ns onos-ric
helmit test -n onos-ric ./test -c ${chart_dir} --suite onos-ric

# rm -rf ${chart_dir}
kubectl create ns sd-ran
helmit test -n sd-ran ./test -c ${chart_dir} --suite sd-ran

kubectl create ns aether-umbrella
helmit test -n aether-umbrella ./test -c ${chart_dir} --suite aether-umbrella

rm -rf ${chart_dir}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/onosproject/helmit v0.6.4
github.com/onosproject/helmit v0.6.6
github.com/onosproject/onos-test v0.6.2
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/onosproject/helmit v0.6.4 h1:WMELUkKLf6HIYujB8IYisXKyo4HyS/Cjuh52/B5wxI0=
github.com/onosproject/helmit v0.6.4/go.mod h1:ZvjMu26Kd19hCHzkpnUH1Zgv/htt7iZbPG1EsFXBlhc=
github.com/onosproject/helmit v0.6.6 h1:El6/LjaLsS/0MS15xJ/q33oAcyAeQ67VvFHR1xR9ubY=
github.com/onosproject/helmit v0.6.6/go.mod h1:EorNGSNGWojXGxBEuiNmPScae+R2C5WYfg/13gKEPLw=
github.com/onosproject/onos-test v0.6.2 h1:eKnMXFBsMwfls+tMijeUlPKCmmj1XeHPBbrkkB8xK8s=
github.com/onosproject/onos-test v0.6.2/go.mod h1:Ugb1OKR2bJhZjqpSMm9F5o6Ma2iwbtswhSlNyXXPgrg=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down