Update all salt providers to force explicit namespace creation; update e2e

This commit is contained in:
derekwaynecarr
2015-05-22 16:46:52 -04:00
parent f015a21026
commit 3e8b1d5e01
10 changed files with 64 additions and 10 deletions

View File

@@ -63,6 +63,10 @@ func (f *Framework) beforeEach() {
Expect(err).NotTo(HaveOccurred())
f.Namespace = namespace
By("Waiting for a default service account to be provisioned in namespace")
err = waitForDefaultServiceAccountInNamespace(c, namespace.Name)
Expect(err).NotTo(HaveOccurred())
}
// afterEach deletes the namespace, after reading its events.