Deploy TrafficTest/d1-red-d4-red-bidir for network network:default
This commit is contained in:
parent
70ef5c3b20
commit
57cd4cd2a8
52
d1-red-d4-red-bidir.yaml
Normal file
52
d1-red-d4-red-bidir.yaml
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
apiVersion: google.dev/v1
|
||||||
|
kind: TrafficTest
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
compression: 240x
|
||||||
|
destination: d4-red
|
||||||
|
direction: bidirectional
|
||||||
|
pattern: multi_sine
|
||||||
|
scenario: l3vpn-red-mesh
|
||||||
|
source: d1-red
|
||||||
|
vpn: red-mesh
|
||||||
|
name: d1-red-d4-red-bidir
|
||||||
|
namespace: network
|
||||||
|
spec:
|
||||||
|
bandwidth: 15Mbps
|
||||||
|
bidirectional: true
|
||||||
|
concurrent_users: 10
|
||||||
|
destination_device: d4-red
|
||||||
|
duration: 172800
|
||||||
|
pattern_config:
|
||||||
|
base_rate: 5Mbps
|
||||||
|
components:
|
||||||
|
- amplitude: 4Mbps
|
||||||
|
period: 360
|
||||||
|
phase_offset: -120
|
||||||
|
- amplitude: 1Mbps
|
||||||
|
period: 2520
|
||||||
|
phase_offset: -450
|
||||||
|
max_rate: 20Mbps
|
||||||
|
min_rate: 1Mbps
|
||||||
|
noise_stddev_pct: 2.0
|
||||||
|
time_reference: elapsed
|
||||||
|
pattern_type: multi_sine
|
||||||
|
protocol: UDP
|
||||||
|
reverse_bandwidth: 15Mbps
|
||||||
|
reverse_pattern_config:
|
||||||
|
base_rate: 5Mbps
|
||||||
|
components:
|
||||||
|
- amplitude: 4Mbps
|
||||||
|
period: 360
|
||||||
|
phase_offset: -120
|
||||||
|
- amplitude: 1Mbps
|
||||||
|
period: 2520
|
||||||
|
phase_offset: -450
|
||||||
|
max_rate: 20Mbps
|
||||||
|
min_rate: 1Mbps
|
||||||
|
noise_stddev_pct: 2.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