3.8. nsim

3.8.1. nsim suite

3.8.1.1. Set VPP NSIM Attributes

Set the VPP NSIM attributes in the vpp_nsim_attr dictionary. Arguments: - ${delay_in_usec} - Delay in Microseconds Type: Int - ${average_packet_size} - Average packet size Type: Int - ${bw_in_bits_per_second} - Bandwidth of output interface Type: Int - ${pkts_per_drop} - Number of packets to drop Type: Int - ${output_nsim_enable} - Enable/Disable NSIM Output Feature Type: Int - ${xc_nsim_enable} - Enable/Disable NSIM Cross Connect Feature Type: Int Example: | Set VPP NSIM Attributes | output_nsim_enable=${True} | | packets_per_drop=${pkts_per_drop} |


Set To Dictionary  ${vpp_nsim_attr}  delay_in_usec  ${delay_in_usec}
Set To Dictionary  ${vpp_nsim_attr}  average_packet_size  ${average_packet_size}
Set To Dictionary  ${vpp_nsim_attr}  bw_in_bits_per_second  ${bw_in_bits_per_second}
Set To Dictionary  ${vpp_nsim_attr}  packets_per_drop  ${packets_per_drop}
Set To Dictionary  ${vpp_nsim_attr}  output_nsim_enable  ${output_nsim_enable}
Set To Dictionary  ${vpp_nsim_attr}  xc_nsim_enable  ${xc_nsim_enable}