dragonfly/test
Gaius 0cb14903b2
feat: scheduler and cdn report fqdn to manager (#818)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:32:37 +08:00
..
e2e fix: manager typo and cdn peer id (#809) 2023-06-28 17:32:36 +08:00
testdata feat: support dump http content in client for debugging (#770) 2023-06-28 17:32:33 +08:00
tools/stress feat: scheduler and cdn report fqdn to manager (#818) 2023-06-28 17:32:37 +08:00
README.md chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00

README.md

Test

Dragonfly includes unit tests and E2E tests.

Unit tests

Unit tests is in the project directory.

Running unit tests

make test

Runing uint tests with coverage reports

make test-coverage

E2E tests

E2E tests is in test/e2e path.

Running E2E tests

make e2e-test

Runing E2E tests with coverage reports

make e2e-test-coverage

Clean E2E tests environment

make clean-e2e-test