Skip to content

Commit e2a0aed

Browse files
authored
Merge pull request #51 from DMTF/1.0.6-Tagging
1.0.6 versioning
2 parents 7fb2bc1 + 8894f38 commit e2a0aed

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.0.6] - 2021-03-02
4+
- Added query parameters checker
5+
36
## [1.0.5] - 2020-07-06
47
- Modified all tests to make better use of exception handling for consistent error reporting
58
- Fixed power control test where the reset type being tested was not being provided to the service

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,18 @@ Example:
8181
```
8282
$ python3 account_management.py --r 127.0.0.1:8000 -u <user> -p <pass> -S Always
8383
```
84+
85+
86+
### Query Parameter Checker
87+
88+
This checker logs into a specified service and performs the following operations:
89+
* Inspects the `ProtocolFeatures` property to see what query parameters are supported
90+
* Tests `$filter` on the role collection within the account service
91+
* Tests `$select` on a role within the role collection within the account service
92+
* Tests `$expand` on service root
93+
* Tests `only` on various resources found on service root
94+
95+
Example:
96+
```
97+
$ python3 query_parameters_check.py --r 127.0.0.1:8000 -u <user> -p <pass> -S Always
98+
```

0 commit comments

Comments
 (0)