| Serge Bazanski | 6a328e6 | 2024-02-12 17:37:50 +0100 | [diff] [blame] | 1 | test_suite( |
| 2 | name = "launch", | ||||
| 3 | tags = ["manual"], | ||||
| 4 | tests = [ | ||||
| 5 | "//metropolis/test/launch/cli/launch", | ||||
| 6 | ], | ||||
| 7 | ) | ||||
| 8 | |||||
| 9 | test_suite( | ||||
| 10 | name = "launch-cluster", | ||||
| 11 | tags = ["manual"], | ||||
| 12 | tests = [ | ||||
| 13 | "//metropolis/test/launch/cli/launch-cluster", | ||||
| 14 | ], | ||||
| 15 | ) | ||||
| 16 | |||||
| 17 | alias( | ||||
| 18 | name = "metroctl", | ||||
| 19 | actual = "//metropolis/cli/metroctl:metroctl", | ||||
| 20 | ) | ||||