Skip to content

Commit fa791a5

Browse files
committed
Pull request #40: ISGAPPSEC2-35640 Accessing client_stream_profile settings in UDP stream app results in exception
Merge in ISGAPPSEC/cyperf-api-wrapper from bugfix/ISGAPPSEC2-35640-accessing-client_stream_profile-settings-in-udp-stream-app-results-in to main Squashed commit of the following: commit 83fded9a32a9c5961ba2c2a8c73b181ac0fd0c1d Author: iustmitu <iustin.mitu@keysight.com> Date: Tue Sep 23 16:29:23 2025 +0300 changed LESS_THAN_NIL_GREATER_THAN -> NULL attribute
1 parent ba98062 commit fa791a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cyperf/models/stream_payload_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StreamPayloadType(str, Enum):
2929
"""
3030
RANDOM = 'RANDOM'
3131
PSEUDORANDOM = 'PSEUDORANDOM'
32-
LESS_THAN_NIL_GREATER_THAN = '<nil>'
32+
NULL = 'NULL'
3333

3434
@classmethod
3535
def from_json(cls, json_str: str) -> Self:

docs/StreamPayloadType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
* `PSEUDORANDOM` (value: `'PSEUDORANDOM'`)
99

10-
* `LESS_THAN_NIL_GREATER_THAN` (value: `'<nil>'`)
10+
* `NULL` (value: `'NULL'`)
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

0 commit comments

Comments
 (0)