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
Added username and password attributes for cloud providers (fixes#4)
Added username and password attributes for cloud providers
* Removed extra blank line in README
* Formatted code. Added cloud provider checks to tests.
* Updated output.xml with latest input.json.
Copy file name to clipboardExpand all lines: README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,20 @@ In **quota** section we define quota names, browser names, their versions and us
74
74
}
75
75
```
76
76
Here **test-quota** is free-form name of the quota, **firefox** is the browser name. Finally **versions** section contains a mapping of browser version to host group name, e.g. **firefox 33.0** will correspond to all hosts defined in **cloud** hosts group.
77
-
In **aliases** section we define aliases for quota blocks from **quota** section. For each defined alias quota contents will be copied to a separate file with new name.
77
+
In **aliases** section we define aliases for quota blocks from **quota** section. For each defined alias quota contents will be copied to a separate file with new name.
78
+
79
+
Cloud provider attributes `username` and `password` can be included in the input file:
0 commit comments