Design the scenario create method 57/50657/2
authorthuva4 <tharma.thuva@gmail.com>
Mon, 15 Jan 2018 18:39:51 +0000 (00:09 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Tue, 16 Jan 2018 03:43:07 +0000 (09:13 +0530)
commit86db2b6832d51f8cd4d428bc431aca9daa99c4e0
treea834b06487cef796afa67f484005b09a8a81c3bd
parent62fb9a03e047d70bb15c67d2748ffe377273d0b6
Design the scenario create method

design scenario create method in modal way.
design scenario page.
Add,delete for installers,versions, projects and customs
are implemented.
tests are added.
1. Pods page
2. project page
3. Scenarios
4. Scenario

Change-Id: Ice26af77ec3d5fe874cf5c2062f208072dea289f
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
18 files changed:
testapi/opnfv_testapi/tests/UI/e2e/homeControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/tests/UI/e2e/podsControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/projectControllerSpec.js [deleted file]
testapi/opnfv_testapi/tests/UI/e2e/projectsControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js
testapi/opnfv_testapi/tests/UI/e2e/scenarioControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/tests/UI/e2e/scenariosControllerSpec.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/Gruntfile.js
testapi/opnfv_testapi/ui/components/pods/pods.html
testapi/opnfv_testapi/ui/components/pods/podsController.js
testapi/opnfv_testapi/ui/components/projects/projects.html
testapi/opnfv_testapi/ui/components/projects/projectsController.js
testapi/opnfv_testapi/ui/components/results/resultsController.js
testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html
testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html
testapi/opnfv_testapi/ui/components/scenarios/scenario/scenarioController.js
testapi/opnfv_testapi/ui/components/scenarios/scenarios.html
testapi/opnfv_testapi/ui/components/scenarios/scenariosController.js