Merge "[placement] cover deleting standard trait"

This commit is contained in:
Jenkins 2017-07-20 14:09:23 +00:00 committed by Gerrit Code Review
commit c18d5c6325
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@ tests:
DELETE: /traits/CUSTOM_NON_EXSITED
status: 404
- name: try to delete standard trait
DELETE: /traits/HW_CPU_X86_SSE
status: 400
response_strings:
- Cannot delete standard trait
- name: create CUSTOM_TRAIT_1
PUT: /traits/CUSTOM_TRAIT_1
status: 201