Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Feature service configuration (#5482)
Browse files Browse the repository at this point in the history
* New Features began

* File updated"

* File finished'

* File updated

* * #5497 duplicate acl
  • Loading branch information
mariegallardo authored and loiclau committed Aug 8, 2017
1 parent 8e4179d commit 09ca80c
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 5 deletions.
20 changes: 15 additions & 5 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ default:
contexts:
- ContactConfigurationContext

contact_group_configuration:
paths: [ %paths.base%/features/ContactGroupConfiguration.feature ]
contexts:
- ContactGroupConfigurationContext

host_configuration:
paths: [ %paths.base%/features/HostConfiguration.feature ]
contexts:
Expand All @@ -199,6 +194,16 @@ default:
contexts:
- HostGroupConfigurationContext

contact_group_configuration:
paths: [ %paths.base%/features/ContactGroupConfiguration.feature ]
contexts:
- ContactGroupConfigurationContext

contact_group_creation_duplication:
paths: [ %paths.base%/features/ContactGroupCreationDuplication.feature ]
contexts:
- ContactGroupCreationDuplicationContext

ldap_configuration:
paths: [ %paths.base%/features/LdapConfiguration.feature ]
contexts:
Expand Down Expand Up @@ -279,6 +284,11 @@ default:
contexts:
- ServiceGroupConfigurationContext

service_configuration:
paths: [ %paths.base%/features/ServiceConfiguration.feature ]
contexts:
- ServiceConfigurationContext

host_group_service_configuration:
paths: [ %paths.base%/features/HostGroupServiceConfiguration.feature ]
contexts:
Expand Down
20 changes: 20 additions & 0 deletions features/ServiceConfiguration.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Feature: Edit a service
As a Centreon user
I want to manipulate a service
To see if all simples manipulations work

Background:
Given I am logged in a Centreon server
And a service is configured

Scenario: Change the properties of a service
When I change the properties of a service
Then the properties are updated

Scenario: Duplicate one existing service
When I duplicate a service
Then the new service has the same properties

Scenario: Delete one existing service
When I delete a service
Then the deleted service is not displayed in the service list
Loading

0 comments on commit 09ca80c

Please sign in to comment.