We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba9b16 commit bdd2b64Copy full SHA for bdd2b64
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [0.9.7] - 2020-10-30
4
+- Added more testing for service responses
5
+
6
## [0.9.6] - 2020-10-19
7
- Added support for integration with the Redfish Test Framework
8
- Added more assertions for service request handling
rf_protocol_validator.py
@@ -24,7 +24,7 @@
24
from assertions.constants import Result
25
from assertions.system_under_test import SystemUnderTest
26
27
-tool_version = '0.9.6'
+tool_version = '0.9.7'
28
29
30
def perform_tests(sut: SystemUnderTest):
0 commit comments