fixed + dependencies for project
This commit is contained in:
parent
5593b546d8
commit
b517183efd
@ -1,4 +1,4 @@
|
||||
@filter
|
||||
@filter @image @project
|
||||
Feature: Filters
|
||||
|
||||
@openstack
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@filter
|
||||
@filter @image @project
|
||||
Feature: Filters
|
||||
|
||||
@openstack
|
||||
@ -88,7 +88,7 @@ Feature: Filters
|
||||
|
||||
@openstack
|
||||
Scenario: Add openstack image filter with invalid JSON
|
||||
When I send PUT '/v2.0/filter/openstack/image' query with JSON body
|
||||
When I send PUT '/v2.0/filter/openstack/image' query with body
|
||||
"""
|
||||
[
|
||||
"08093b30-8393-42c3-8fb3-c4df56deb967",
|
||||
@ -183,7 +183,7 @@ Feature: Filters
|
||||
|
||||
@ec2
|
||||
Scenario: Add ec2 image filter with invalid JSON
|
||||
When I send PUT '/v2.0/filter/ec2/image' query with JSON body
|
||||
When I send PUT '/v2.0/filter/ec2/image' query with body
|
||||
"""
|
||||
[
|
||||
"ami-63071b0a",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@image
|
||||
@image @project
|
||||
Feature: Manage images
|
||||
|
||||
Scenario: Get list of all images
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@image
|
||||
@image @project
|
||||
Feature: Update images
|
||||
|
||||
@openstack
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@image
|
||||
@image @project
|
||||
Feature: delete image
|
||||
|
||||
@openstack
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@filter
|
||||
@filter @image @project
|
||||
Feature: Filters
|
||||
|
||||
@openstack
|
||||
|
||||
Loading…
Reference in New Issue
Block a user