fixed + dependencies for project
This commit is contained in:
parent
5593b546d8
commit
b517183efd
@ -1,4 +1,4 @@
|
|||||||
@filter
|
@filter @image @project
|
||||||
Feature: Filters
|
Feature: Filters
|
||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@filter
|
@filter @image @project
|
||||||
Feature: Filters
|
Feature: Filters
|
||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
@ -88,7 +88,7 @@ Feature: Filters
|
|||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
Scenario: Add openstack image filter with invalid JSON
|
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",
|
"08093b30-8393-42c3-8fb3-c4df56deb967",
|
||||||
@ -183,7 +183,7 @@ Feature: Filters
|
|||||||
|
|
||||||
@ec2
|
@ec2
|
||||||
Scenario: Add ec2 image filter with invalid JSON
|
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",
|
"ami-63071b0a",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@image
|
@image @project
|
||||||
Feature: Manage images
|
Feature: Manage images
|
||||||
|
|
||||||
Scenario: Get list of all images
|
Scenario: Get list of all images
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@image
|
@image @project
|
||||||
Feature: Update images
|
Feature: Update images
|
||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@image
|
@image @project
|
||||||
Feature: delete image
|
Feature: delete image
|
||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@filter
|
@filter @image @project
|
||||||
Feature: Filters
|
Feature: Filters
|
||||||
|
|
||||||
@openstack
|
@openstack
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user