Testing¶
Start All Servers¶
python main.py --all
Using the Test Client¶
python test_client.py
Test a specific server:
# Test the Superconducting server
python test_client.py --port 7000
# Test the Ion Trap server
python test_client.py --port 7001
# Test all servers
python test_client.py --all