Home | History | Annotate | Download | only in functional-tests

Lines Matching full:domain

209 - [ ] Scenario: create and delete an empty domain
211 * THEN creating a domain with an arbitrary name ("domain1"?) should succeed
212 * (AND_THEN the domain list should contain the domain name)
213 * THEN deleting the domain should succeed
216 * GIVEN a started parameter framework with a domain
217 * THEN creating a configuration in this domain with an arbitrary name ("config1") should succeed
218 * (AND_THEN the domain configuration list should contain the configuration name)
220 * (AND_THEN the domain configuration list should not contain the configuration name)
222 - [ ] Scenario: delete a domain with configurations
223 * GIVEN a started parameter framework with a domain and several configuration (3?)
224 * THEN deleting the domain should succeed
225 * (AND_THEN the domain list should not contain the domain name)
230 * (AND_THEN the domain list should be empty)
232 - [ ] Scenario: rename a domain
233 * GIVEN a started parameter framework with a domain and several configuration (3?)
234 * THEN renaming the domain to an arbitrary name should succeed
239 - [ ] Scenario: create a domain with an already-existing name
240 * GIVEN a started parameter framework with a domain (arbitrary name)
241 * THEN creating a second domain with the same name than the first should fail
244 * GIVEN a started parameter framework with a domain
246 * THEN creating a second configuration in this domain
249 - [ ] delete a non-existent domain
250 * GIVEN a started parameter framework without domain
251 * THEN deleting an arbitrary named domain should fail
254 * GIVEN a started parameter framework one domain
255 * THEN deleting in this domain a arbitrary named configuration should fail
257 - [ ] list configuration of a unknown domain
258 * GIVEN a started parameter framework without domain
259 * THEN listing configuration of an arbitrary named domain should fail
261 - [ ] Scenario: rename a domain to an already used name
264 * THEN renaming first domain ("domain1") to the name of the second one ("domain2") should fail
267 * GIVEN a started parameter framework with one domain containing two configuration
272 - [ ] Scenario: rename a domain to its own name
273 * GIVEN a started parameter framework one arbitrary named domain
274 * THEN renaming the domain to its own name should succeed
277 * GIVEN a started parameter framework a domain and one configuration
282 ## Domain modification
285 - add/list/remove elements to a domain
286 - *(split domain ?)*
296 - add (or remove) a parameter to (or from) a non-existent domain
308 - set a parameter belonging to a domain and save a configuration
314 - set/get a rule to a non-existent domain (or configuration)
357 - single domain import overwrite