| Summary: | Update test deployment documentation. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Slauenwhite <paulslau> |
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> |
| Status: | CLOSED WONTFIX | QA Contact: | Kathy Chan <kathy> |
| Severity: | normal | ||
| Priority: | P2 | CC: | paulslau |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Paul Slauenwhite
Regarding #1, the current design allows tests to be executed with deployments without an artifact-location pair or artifact when using ASF. However, the UI does not allow the user to select the deployment in the launch configuration dialog that does not have an artifact-location pair: org.eclipse.hyades.test.core.internal.launch.extensions.DefaultDeploymentsProvider.isDeploymentApplicable(TPFDeployment) Consider relaxing this constraint in the UI. (In reply to comment #1) > Regarding #1, the current design allows tests to be executed with deployments > without an artifact-location pair or artifact when using ASF. However, the UI > does not allow the user to select the deployment in the launch configuration > dialog that does not have an artifact-location pair: > > org.eclipse.hyades.test.core.internal.launch.extensions.DefaultDeploymentsProvider.isDeploymentApplicable(TPFDeployment) > > Consider relaxing this constraint in the UI. Covered in defect 236308. (In reply to comment #2) > (In reply to comment #1) > > Regarding #1, the current design allows tests to be executed with deployments > > without an artifact-location pair or artifact when using ASF. However, the UI > > does not allow the user to select the deployment in the launch configuration > > dialog that does not have an artifact-location pair: > > > > org.eclipse.hyades.test.core.internal.launch.extensions.DefaultDeploymentsProvider.isDeploymentApplicable(TPFDeployment) > > > > Consider relaxing this constraint in the UI. > > Covered in defect 236308. Ignore (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=236308#c3). (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Regarding #1, the current design allows tests to be executed with deployments > > > without an artifact-location pair or artifact when using ASF. However, the UI > > > does not allow the user to select the deployment in the launch configuration > > > dialog that does not have an artifact-location pair: > > > > > > org.eclipse.hyades.test.core.internal.launch.extensions.DefaultDeploymentsProvider.isDeploymentApplicable(TPFDeployment) > > > > > > Consider relaxing this constraint in the UI. > > > > Covered in defect 236308. > > Ignore (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=236308#c3). As such, we should be more clear in the deployment documentation that at least one artifact/location pair is required and the artifact must contain all of the test assets required for test execution. No longer required. Closing. |