da555deef121129c80fd3101e6768826c67cf796
[bottlenecks.git] / vstf / vstf / rpc_frame_work / constant.py
1 fan_exchange = "esp_exchange"
2 exchange_d = "vstf_dexch"
3 queue_common = "vstf-"
4 TIMEOUT = 10
5 NEVERTIMEOUT = 9999
6 FAN = "fanout"
7 DIRECT = "direct"
8
9 # these for commandline
10
11 NETDEV = "netdevs"
12 LISTDEVS = "lspci | grep Eth"
13 LIST_DEVS_NAME = "ls /sys/class/net/"