Skip to content

Commit

Permalink
Merge pull request #51 from DMTF/1.0.6-Tagging
Browse files Browse the repository at this point in the history
1.0.6 versioning
  • Loading branch information
mraineri authored Mar 2, 2021
2 parents 7fb2bc1 + 8894f38 commit e2a0aed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.0.6] - 2021-03-02
- Added query parameters checker

## [1.0.5] - 2020-07-06
- Modified all tests to make better use of exception handling for consistent error reporting
- Fixed power control test where the reset type being tested was not being provided to the service
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,18 @@ Example:
```
$ python3 account_management.py --r 127.0.0.1:8000 -u <user> -p <pass> -S Always
```


### Query Parameter Checker

This checker logs into a specified service and performs the following operations:
* Inspects the `ProtocolFeatures` property to see what query parameters are supported
* Tests `$filter` on the role collection within the account service
* Tests `$select` on a role within the role collection within the account service
* Tests `$expand` on service root
* Tests `only` on various resources found on service root

Example:
```
$ python3 query_parameters_check.py --r 127.0.0.1:8000 -u <user> -p <pass> -S Always
```

0 comments on commit e2a0aed

Please sign in to comment.