This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature service configuration (#5482)
* New Features began * File updated" * File finished' * File updated * * #5497 duplicate acl
- Loading branch information
1 parent
8e4179d
commit 09ca80c
Showing
3 changed files
with
482 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.