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 Feature: Filters
@openstack @openstack

View File

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

View File

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

View File

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

View File

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

View File

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