summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/rpc_frame_work/constant.py
blob: da555deef121129c80fd3101e6768826c67cf796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
fan_exchange = "esp_exchange"
exchange_d = "vstf_dexch"
queue_common = "vstf-"
TIMEOUT = 10
NEVERTIMEOUT = 9999
FAN = "fanout"
DIRECT = "direct"

# these for commandline

NETDEV = "netdevs"
LISTDEVS = "lspci | grep Eth"
LIST_DEVS_NAME = "ls /sys/class/net/"