mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +00:00
test: update e2e testdata
Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com>
This commit is contained in:
parent
1e2845ed95
commit
0e6f03d014
2 changed files with 6 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ func TestMain(m *testing.M) {
|
||||||
// Install Flux.
|
// Install Flux.
|
||||||
output, err := executeCommand("install --components-extra=image-reflector-controller,image-automation-controller")
|
output, err := executeCommand("install --components-extra=image-reflector-controller,image-automation-controller")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(fmt.Errorf("install falied: %s error:'%w'", output, err))
|
panic(fmt.Errorf("install failed: %s error:'%w'", output, err))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run tests
|
// Run tests
|
||||||
|
|
@ -50,7 +50,7 @@ func TestMain(m *testing.M) {
|
||||||
// Uninstall Flux
|
// Uninstall Flux
|
||||||
output, err = executeCommand("uninstall -s --keep-namespace")
|
output, err = executeCommand("uninstall -s --keep-namespace")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(fmt.Errorf("uninstall falied: %s error:'%w'", output, err))
|
panic(fmt.Errorf("uninstall failed: %s error:'%w'", output, err))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete namespace and wait for finalisation
|
// Delete namespace and wait for finalisation
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,7 @@
|
||||||
✔ HelmRelease annotated
|
✔ HelmRelease annotated
|
||||||
◎ waiting for HelmRelease reconciliation
|
◎ waiting for HelmRelease reconciliation
|
||||||
✔ applied revision 6.0.0
|
✔ applied revision 6.0.0
|
||||||
|
► annotating HelmChart {{ .ns }}-thrfg in {{ .ns }} namespace
|
||||||
|
✔ HelmChart annotated
|
||||||
|
◎ waiting for HelmChart reconciliation
|
||||||
|
✔ fetched revision 6.0.0
|
||||||
Loading…
Reference in a new issue