commit | 03286507585e6c1e5a498b50611d04daa6c9dea3 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Mon Jul 31 22:36:11 2017 +0100 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Thu Aug 03 03:15:09 2017 +0000 |
tree | 33e92e5c6d8b92129a4994f1f5b8508a1ec149f7 | |
parent | 7b9ae3fbc847f8b4cb8fa1dfb294423f6c97fa7c [diff] [blame] |
RBAC tests for os-extended-status policies This commit adds RBAC tests for os-extended-status policies, the documentation for which can be found here: https://github.com/openstack/nova/blob/master/nova/policies/extended_status.py Tests for both APIs that enforce each policy were added. Change-Id: I2eb9c7f62d8adbff77dd36f39c3030751d21a894 Implements: blueprint rbac-tests-for-compute-extended-status Depends-On: I1c14646dc8d102cd093be09833c23846781e5e73
diff --git a/releasenotes/notes/rbac-tests-for-compute-extended-status-ef00256e58b66223.yaml b/releasenotes/notes/rbac-tests-for-compute-extended-status-ef00256e58b66223.yaml new file mode 100644 index 0000000..6cf82e6 --- /dev/null +++ b/releasenotes/notes/rbac-tests-for-compute-extended-status-ef00256e58b66223.yaml
@@ -0,0 +1,11 @@ +--- +features: + - | + Add RBAC tests for os_compute_api:os-extended-status, which validate that + the following attributes: + + - OS-EXT-STS:task_state + - OS-EXT-STS:vm_state + - OS-EXT-STS:power_state + + are present in the relevant response bodies.