|
17 | 17 | Feature: NameSpaceAdmin - Validate nameSpace admin design time scenarios |
18 | 18 |
|
19 | 19 | @Namespaceadmin |
20 | | - Scenario:Verify user is able to click the nameSpace admin tab and successfully navigates to the page |
| 20 | + Scenario:Verify user is able to click on the namespace admin tab and successfully navigates to the page |
21 | 21 | Given Open Datafusion Project to configure pipeline |
22 | 22 | When Click on the Hamburger bar on the left panel |
23 | 23 | Then Click on NameSpace Admin link from the menu |
24 | 24 | Then Verify that the user is navigated to nameSpace admin page successfully |
25 | 25 |
|
26 | 26 | @Namespaceadmin |
27 | | - Scenario:Validate user is able to open compute profile page and select a provisioner |
| 27 | + Scenario:Validate user is able to open compute profile page and create a profile for selected a provisioner |
28 | 28 | Given Open Datafusion Project to configure pipeline |
29 | 29 | Then Click on the Hamburger bar on the left panel |
30 | 30 | Then Click on NameSpace Admin link from the menu |
31 | 31 | Then Click on create profile button for "default" Namespace |
32 | | - Then Select a provisioner: "existingDataProc" for the compute profile |
33 | | - Then Click on close button of compute profile properties page |
| 32 | + Then Select a provisioner: "remoteHadoopProvisioner" for the compute profile |
| 33 | + Then Verify the Create a Profile page is loaded for selected provisioner |
| 34 | + Then Enter input plugin property: "profileLabel" with value: "validProfile" |
| 35 | + Then Enter textarea plugin property: "profileDescription" with value: "validDescription" |
| 36 | + Then Enter input plugin property: "host" with value: "testHost" |
| 37 | + Then Enter input plugin property: "user" with value: "testUser" |
| 38 | + Then Enter textarea plugin property: "sshKey" with value: "testSSHKey" |
| 39 | + Then Click on: "Create" button in the properties |
| 40 | + Then Verify the created compute profile: "validProfile" is displayed in system compute profile list |
| 41 | + |
34 | 42 |
|
35 | 43 | @Namespaceadmin |
36 | 44 | Scenario: Validate user is able to create new namespace preferences and able to delete the added namespace preferences successfully |
|
0 commit comments