fixed + dependencies for project

This commit is contained in:
amartynov 2014-07-09 12:44:04 +04:00
parent 5593b546d8
commit b517183efd
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
@filter
@filter @image @project
Feature: Filters
@openstack

View File

@ -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",

View File

@ -1,4 +1,4 @@
@image
@image @project
Feature: Manage images
Scenario: Get list of all images

View File

@ -1,4 +1,4 @@
@image
@image @project
Feature: Update images
@openstack

View File

@ -1,4 +1,4 @@
@image
@image @project
Feature: delete image
@openstack

View File

@ -1,4 +1,4 @@
@filter
@filter @image @project
Feature: Filters
@openstack