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

Add .flow example to e2e tests #780

Closed
nicolaferraro opened this issue Jun 27, 2019 · 1 comment · Fixed by #817
Closed

Add .flow example to e2e tests #780

nicolaferraro opened this issue Jun 27, 2019 · 1 comment · Fixed by #817
Labels
area/continuous integration Related to CI and automated testing kind/feature New feature or request
Milestone

Comments

@nicolaferraro
Copy link
Member

Similar to

camel-k/e2e/run_test.go

Lines 45 to 51 in 3a4c882

t.Run("run xml", func(t *testing.T) {
RegisterTestingT(t)
Expect(kamel("run", "-n", ns, "files/xml.xml").Execute()).Should(BeNil())
Eventually(integrationPodPhase(ns, "xml"), 5*time.Minute).Should(Equal(v1.PodRunning))
Eventually(integrationLogs(ns, "xml"), 1*time.Minute).Should(ContainSubstring("Magicstring!"))
Expect(kamel("delete", "--all", "-n", ns).Execute()).Should(BeNil())
})

@nicolaferraro nicolaferraro added kind/feature New feature or request area/continuous integration Related to CI and automated testing labels Jun 27, 2019
@nicolaferraro nicolaferraro added this to the 1.0.0 milestone Jun 27, 2019
@lburgazzoli
Copy link
Contributor

Depends on #781 as there's no more distinction between flow and yaml dsl

jamesnetherton added a commit to jamesnetherton/camel-k that referenced this issue Jul 16, 2019
lburgazzoli pushed a commit that referenced this issue Jul 16, 2019
ipolyzos pushed a commit to ipolyzos/camel-k that referenced this issue Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/continuous integration Related to CI and automated testing kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants