Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ This document outlines the testing framework for the Dynamo runtime system, incl

```bash
tests/
├── serve/ # E2E tests using dynamo serve
│ ├── conftest.py # test fixtures as needed for specific test area
├── run/ # E2E tests using dynamo run
├── serve/ # E2E tests
│ ├── conftest.py # test fixtures as needed for specific test area
├── conftest.py # Shared fixtures and configuration
├── utils # Common utils accross tests
└── README.md # This file
```

Expand Down
581 changes: 0 additions & 581 deletions tests/fault_tolerance/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions tests/fault_tolerance/configs/agg_tp_1_dp_1.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions tests/fault_tolerance/configs/agg_tp_1_dp_4.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions tests/fault_tolerance/configs/agg_tp_1_dp_8.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions tests/fault_tolerance/configs/agg_tp_2_dp_1.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions tests/fault_tolerance/configs/agg_tp_2_dp_2.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions tests/fault_tolerance/configs/agg_tp_2_dp_4.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions tests/fault_tolerance/configs/disagg_p_tp_1_dp_1_d_tp_1_dp_1.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions tests/fault_tolerance/configs/disagg_p_tp_1_dp_1_d_tp_2_dp_1.yaml

This file was deleted.

Loading
Loading