Deploy TrafficTest/d1-red-d3-red-bidir for network network:default
This commit is contained in:
parent
5856f2545b
commit
70ef5c3b20
52
d1-red-d3-red-bidir.yaml
Normal file
52
d1-red-d3-red-bidir.yaml
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
apiVersion: google.dev/v1
|
||||||
|
kind: TrafficTest
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
compression: 240x
|
||||||
|
destination: d3-red
|
||||||
|
direction: bidirectional
|
||||||
|
pattern: multi_sine
|
||||||
|
scenario: l3vpn-red-mesh
|
||||||
|
source: d1-red
|
||||||
|
vpn: red-mesh
|
||||||
|
name: d1-red-d3-red-bidir
|
||||||
|
namespace: network
|
||||||
|
spec:
|
||||||
|
bandwidth: 40Mbps
|
||||||
|
bidirectional: true
|
||||||
|
concurrent_users: 15
|
||||||
|
destination_device: d3-red
|
||||||
|
duration: 172800
|
||||||
|
pattern_config:
|
||||||
|
base_rate: 15Mbps
|
||||||
|
components:
|
||||||
|
- amplitude: 12Mbps
|
||||||
|
period: 360
|
||||||
|
phase_offset: -120
|
||||||
|
- amplitude: 4Mbps
|
||||||
|
period: 2520
|
||||||
|
phase_offset: -450
|
||||||
|
max_rate: 75Mbps
|
||||||
|
min_rate: 2Mbps
|
||||||
|
noise_stddev_pct: 4.0
|
||||||
|
time_reference: elapsed
|
||||||
|
pattern_type: multi_sine
|
||||||
|
protocol: TCP
|
||||||
|
reverse_bandwidth: 60Mbps
|
||||||
|
reverse_pattern_config:
|
||||||
|
base_rate: 22Mbps
|
||||||
|
components:
|
||||||
|
- amplitude: 16Mbps
|
||||||
|
period: 360
|
||||||
|
phase_offset: -120
|
||||||
|
- amplitude: 5Mbps
|
||||||
|
period: 2520
|
||||||
|
phase_offset: -450
|
||||||
|
max_rate: 85Mbps
|
||||||
|
min_rate: 3Mbps
|
||||||
|
noise_stddev_pct: 3.0
|
||||||
|
time_reference: elapsed
|
||||||
|
reverse_pattern_type: multi_sine
|
||||||
|
source_devices:
|
||||||
|
- d1-red
|
||||||
|
vpnRef: l3vpn-red-service
|
||||||
Loading…
Reference in New Issue
Block a user