File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments