You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all ASes in the testdata-fixture are created using init_default_services which configures all services and routers to run on a single host. In practice, many of the infrastructure ASes have services distributed over different hosts and routers need to run on specific hosts.
Update scionlab/fixtures/testtopo.py to create more diverse configuration for the ASes in the testdata.
The text was updated successfully, but these errors were encountered:
Currently, all ASes in the
testdata
-fixture are created usinginit_default_services
which configures all services and routers to run on a single host. In practice, many of the infrastructure ASes have services distributed over different hosts and routers need to run on specific hosts.Update
scionlab/fixtures/testtopo.py
to create more diverse configuration for the ASes in the testdata.The text was updated successfully, but these errors were encountered: