travelping / vpp

5G User Plane Function (UPF) based on VPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_upf.py

yongshouwang opened this issue · comments

hi,
      feature /2001 /upf project file: test_upf.py, how is it executed, how to test upf?
       thank you very much!

Check make options. You can use test as below -
make test TEST=test_upf V=2

@rohan-kharade yes, that's correct way to do it. Thanks