[
https://issues.jboss.org/browse/JBIDE-23357?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-23357:
-------------------------------------
Steps to Reproduce:
ASSERT: Have a docker connection and OpenShift connection with a project.
EXEC: in OpenSHift Explorer: Select the project and select context menu item Deploy Docker
Image...
ASSERT: Deploy Docker Image wizard shows up
EXEC: In wizard select the docker connection and fill in valid image name, e.g.
openshift/hello-openshift.
ASSERT: Finish button is disabled.
EXEC: Click Next button.
ASSERT: Image is validated and next wizard page is shown, Finish button is enabled.
EXEC: Click back button.
ASSERT: You are on Deploy an Image wizard page and Finish is still enabled.
EXEC: Type non-existing image name (e.g. nonexisting/imagenamewtf).
RESULT: Finish button is still enabled (click on it created not working deployment)
EXPECTED RESULT: Finish button gets disabled, need to be hit Next to get to next wizard
page to check image existence etc.
was:
ASSERT: Have a docker connection and OpenShift connection with a project.
EXEC: Select the project and select context menu item Deploy Docker Image...
EXEC: In wizard select the docker connection and fill in valid image name, e.g.
openshift/hello-openshift.
ASSERT: Finish button is disabled.
EXEC: Click Next button.
ASSERT: Image is validated and next wizard page is shown, Finish button is enabled.
EXEC: Click back button.
ASSERT: You are on Deploy an Image wizard page and Finish is still enabled.
EXEC: Type non-existing image name (e.g. nonexisting/imagenamewtf).
RESULT: Finish button is still enabled (click on it created not working deployment)
EXPECTED RESULT: Finish button gets disabled, need to be hit Next to get to next wizard
page to check image existence etc.
Deploy Docker Wizard: Image is not revalidated if going back to
Deploy an Image wizard page
-------------------------------------------------------------------------------------------
Key: JBIDE-23357
URL:
https://issues.jboss.org/browse/JBIDE-23357
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.AM2
Reporter: Marián Labuda
Labels: deploy_docker_wizard, openshift_v3
Fix For: 4.4.2.AM3
When I fill in valid image into the wizard and hit next, there is a check on existence of
such image and its metadata are fetched. Problem is when I go back to the Deploy an Image
wizard page and put there invalid image name. Finish button is still enabled and it allows
user to use non-existing (made-up) image to deploy. It results in wrong deployment.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)