Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.14 KB

File metadata and controls

21 lines (14 loc) · 1.14 KB
title sidebar_label
kurtosis
kurtosis

The kurtosis object is an object available in every Kurtosis script that contains prebuilt constants that you might find useful. Each section here represents a property of the kurtosis object (e.g. kurtosis.connection).

connection

ALLOWED

kurtosis.connection.ALLOWED is equivalent to ConnectionConfig with packet_loss_percentage set to 0 and packet_delay set to PacketDelay(delay_ms=0). It represents a ConnectionConfig that allows all connection between two subnetworks with no delay and packet loss.

BLOCKED

kurtosis.connection.BLOCKED is equivalent to ConnectionConfig with packet_loss_percentage set to 100 and packet_delay set to PacketDelay(delay_ms=0). It represents a ConnectionConfig that blocks all connection between two subnetworks.