Describe the bug
the "setup_te()" step fails because it seems that there is no image behind the address projects.registry.vmware.com/tens/te:v2.0
I tried manually with "docker pull" and it results in "not found". Can somebody confirm and/or correct this?
docker pull [projects.registry.vmware.com/tens/te:v2.0](http://projects.registry.vmware.com/tens/te:v2.0)
Error response from daemon: manifest for [projects.registry.vmware.com/tens/te:v2.0](http://projects.registry.vmware.com/tens/te:v2.0) not found: manifest unknown: The named manifest is not known to the registry.
Reproduction steps
- te_ns_obj.setup_te() exits with error
- manual try via "docker pull" to projects.registry.vmware.com/tens/te:v2.0 exits with error
Expected behavior
Normally this step should pull the container images for traffic generation and configure it.
Additional context
No response
Describe the bug
the "setup_te()" step fails because it seems that there is no image behind the address projects.registry.vmware.com/tens/te:v2.0
I tried manually with "docker pull" and it results in "not found". Can somebody confirm and/or correct this?
Reproduction steps
Expected behavior
Normally this step should pull the container images for traffic generation and configure it.
Additional context
No response