From db373bc05ec3a689be434573955e323a72ffeefa Mon Sep 17 00:00:00 2001 From: david Date: Sat, 5 Jul 2014 14:42:41 -0700 Subject: [PATCH] small change removing need for ui for this feature. from now on all testing will happen from tcup. no local test path needs to exist. Change-Id: Ibfebcb67b5eb307b670794af07e31fe3f9f0dd0f --- .../ability_to_upload_a_complete_tempest_config.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/specs/approved/ability_to_upload_a_complete_tempest_config.rst b/specs/approved/ability_to_upload_a_complete_tempest_config.rst index 3a978d91..b61b6989 100755 --- a/specs/approved/ability_to_upload_a_complete_tempest_config.rst +++ b/specs/approved/ability_to_upload_a_complete_tempest_config.rst @@ -18,16 +18,6 @@ for this into two tasks. * The CLI would require an extra argument for a path to a config file. As well as some logic that bypassed the internal config generation. -* The Web UI will need some re-working to allow for this. - -Wireframes will be added to this spec before any ux is implemented on the front end. - -* web ui should be simple and clear. -* user should select a radio button indicating wether the tester should attempt to -generate a tempest config or upload a working on. -* uploaded tempest files shouldn't be written to disk. rather they should be -packaged into the workload for triggering the test run. - **Alternatives** None off hand. @@ -59,9 +49,6 @@ Primary assignee: **Work Items** * Implement CLI code -* add hook for skipping config generation -* design wireframes for ux changes and add to spec. -* Update TCUP to enable this feature. **Dependencies**