Skip to content

Commit

Permalink
ref(tests/dependencies_test.go): set mysql dep namespace param as well
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <vadice@microsoft.com>
  • Loading branch information
vdice committed Aug 18, 2020
1 parent 4b2b647 commit 353dfd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dependencies_test.go
Expand Up @@ -71,6 +71,7 @@ func installWordpressBundle(p *porter.TestPorter) (namespace string) {
"wordpress-password=mypassword",
"namespace=" + namespace,
"wordpress-name=porter-ci-wordpress-" + namespace,
"mysql#namespace=" + namespace,
"mysql#mysql-name=porter-ci-mysql-" + namespace,
}
// Add a supplemental parameter set to vet dep param resolution
Expand Down Expand Up @@ -131,6 +132,7 @@ func upgradeWordpressBundle(p *porter.TestPorter, namespace string) {
"wordpress-password=mypassword",
"namespace=" + namespace,
"wordpress-name=porter-ci-wordpress-" + namespace,
"mysql#namespace=" + namespace,
"mysql#mysql-name=porter-ci-mysql-" + namespace,
}
err := upgradeOpts.Validate([]string{}, p.Porter)
Expand Down Expand Up @@ -163,6 +165,7 @@ func invokeWordpressBundle(p *porter.TestPorter, namespace string) {
"wordpress-password=mypassword",
"namespace=" + namespace,
"wordpress-name=porter-ci-wordpress-" + namespace,
"mysql#namespace=" + namespace,
"mysql#mysql-name=porter-ci-mysql-" + namespace,
}
err := invokeOpts.Validate([]string{}, p.Porter)
Expand Down

0 comments on commit 353dfd5

Please sign in to comment.