You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/manual-test-cases/Group5-Functional-Tests/5-25-OPS-User-Grant.robot
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -129,18 +129,6 @@ Attempt To Create Resource Pool
129
129
Should Contain ${output} Permission to perform this operation was denied
130
130
131
131
*** Test Cases ***
132
-
vic-machine create grants ops-user perms
133
-
Install VIC Appliance To Test Server additional-args=--ops-user ${ops_user_name} --ops-password ${ops_user_password} --ops-grant-perms
134
-
135
-
# Run a govc test to check that access is denied on some resources
136
-
Attempt To Disable DRS
137
-
138
-
Run Regression Tests
139
-
140
-
Run privilege-dependent docker operations
141
-
142
-
[Teardown] Cleanup VIC Appliance On Test Server
143
-
144
132
granted ops-user perms work after upgrade
145
133
Install VIC with version to Test Server v1.4.0 additional-args=--ops-user ${ops_user_name} --ops-password ${ops_user_password} --ops-grant-perms
146
134
@@ -154,30 +142,3 @@ granted ops-user perms work after upgrade
154
142
Run Regression Tests
155
143
156
144
Run privilege-dependent docker operations
157
-
158
-
[Teardown] Cleanup VIC Appliance On Test Server
159
-
160
-
Test with VM-Host Affinity
161
-
Log To Console \nStarting test...
162
-
Install VIC Appliance To Test Server additional-args=--ops-user ${ops_user_name} --ops-password ${ops_user_password} --ops-grant-perms --affinity-vm-group
163
-
164
-
# Run a govc test to check that access is denied on some resources
165
-
Attempt To Create Resource Pool
166
-
167
-
Run Regression Tests
168
-
169
-
Run privilege-dependent docker operations
170
-
171
-
[Teardown] Cleanup VIC Appliance On Test Server
172
-
173
-
vic-machine configure grants ops-user perms
174
-
Install VIC Appliance To Test Server
175
-
176
-
Reconfigure VCH With Ops User
177
-
178
-
# Run a govc test to check that access is denied on some resources
Copy file name to clipboardExpand all lines: tests/resources/VCH-Util.robot
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -784,17 +784,17 @@ Upgrade with ID
784
784
Check Upgraded Version
785
785
${rc}${output}= Run And Return Rc And Output bin/vic-machine-linux version
786
786
@{vers}= Split String ${output}
787
-
${releaseNumber}= Run echo @{vers}[2] | awk -F'-' '{print $1}'
788
-
${rc}${out}= Run And Return Rc And Output govc vm.info %{VCH-NAME}
789
-
Should Contain ${out}${releaseNumber}
790
-
Should Be Equal As Integers ${rc}0
791
787
${rc}${output}= Run And Return Rc And Output bin/vic-machine-linux inspect --name=%{VCH-NAME} --target=%{TEST_URL}%{TEST_DATACENTER} --thumbprint=%{TEST_THUMBPRINT} --user=%{TEST_USERNAME} --password=%{TEST_PASSWORD} --compute-resource=%{TEST_RESOURCE}
792
788
Log ${output}
793
789
Should Contain ${output} Completed successfully
794
790
Should Contain ${output}@{vers}[2]
795
791
Should Not Contain ${output}%{INITIAL-VERSION}
796
792
Should Be Equal As Integers ${rc}0
797
793
Log ${output}
794
+
${releaseNumber}= Run echo @{vers}[2] | awk -F'-' '{print $1}'
795
+
${rc}${out}= Run And Return Rc And Output govc vm.info %{VCH-NAME}
0 commit comments