Skip to content

Latest commit

 

History

History
 
 

interop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Running the interop runner for TQUIC on local host

Build the docker image for TQUIC

docker build -t tquic_interop:v1 -f interop/Dockerfile .

Running the Interop Runner

# Run test case http3
python3 run.py -s tquic -c tquic -t http3 -d -r tquic=tquic_interop:v1

# Show usage
python3 run.py -h