You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library delegates component creation/removal to the REST API of Open vStorage through Python code.
30
+
31
+
#### Helpers section
32
+
Contains functions to assist in removal, setup and validation of components such as backends, disks, storagerouters and -drivers, as well as gathering of metadata etc.
33
+
34
+
#### Remove section
35
+
Contains functions for removal of arakoon clusters, backends, roles, vDisks and vPools from Open vStorage.
36
+
37
+
#### Setup section
38
+
Contains functions to set up new arakoon clusters, backends, domains, proxies, roles, vDisks and vPools in Open vStorage.
29
39
30
-
### Helpers section
31
-
Contains helping function that provide required meta information during setup, removal or validation
40
+
#### Validation section
41
+
Contains function to validate functionality of Open vStorage components.
42
+
This includes decorators for checking prerequisites of functions throughout the package.
32
43
33
-
###Remove section
34
-
Contains removal functions that makes it possible to remove components from Open vStorage
44
+
###Scenario helpers section
45
+
Classes in this section are used to execute the actual tests (referred to as[scenarios](#header_scenarios))
35
46
36
-
### Setup section
37
-
Contains setup functions that makes it possible to add components to Open vStorage
0 commit comments