Skip to content

Commit

Permalink
some tweaks on the features
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <goern@redhat.com>
  • Loading branch information
goern committed Jun 14, 2018
1 parent cbc943b commit 471d228
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion features/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pipeline {
containerTemplate {
name 'jnlp'
args '${computer.jnlpmac} ${computer.name}'
image DOCKER_REPO_URL + '/'+ CI_NAMESPACE +'/jenkins-aicoe-slave:latest'
image DOCKER_REPO_URL + '/'+ CI_NAMESPACE +'/core-e2e-test:latest'
ttyEnabled false
command ''
}
Expand All @@ -66,6 +66,11 @@ pipeline {
steps {
script {
echo "running End-to-End Tests"

sh '''
cd features/
# behave
'''
}
} // steps
} // stage
Expand Down
1 change: 1 addition & 0 deletions features/analyse_container_image.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Feature: Analyse Container Image
Examples: Container Image and Analysers
| a container image | analyser image |
| fedora:27 | fridex/thoth-package-extract |
| kaggle/python | fridex/thoth-package-extract |

@wip
Scenario: Query for currently available Analyser Results
Expand Down
2 changes: 1 addition & 1 deletion features/result_api.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ so that I get a complete dump of the stack including observations and recommenda
And I get one of the solver results
Then the result should not be empty
And the solver should be "thoth-solver"
And the solver version should be "1.0.1"
And the solver version should be "1.0.2"

0 comments on commit 471d228

Please sign in to comment.