These tests are similar to Go unit tests except that they're targetting tesing of a running cAdvisor client. They do this by interacting with the testing framework that is able to talk to the running cAdvisor. This cAdvisor could be local or remote.
9 lines
121 B
Markdown
9 lines
121 B
Markdown
Tests to Write:
|
|
- UI comes up
|
|
-- / -> /containers
|
|
-- /containers
|
|
-- /docker
|
|
- API tests
|
|
-- /containers
|
|
-- /subcontainers
|