1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
LAVA Core is the tip of the iceberg. To be successful the following projects
must fold into the core:
* lava-tool
* lava-server
* lava-dashboard
* lava-dashboard-tool
* lava-scheduler
* lava-scheduler-tool
* lava-dispatcher
* lava-celery
* lava-raven
In addition the following two projects are uncertain:
* lava-test
* lava-android-test
Finally some experimental projects may go into lava.staging:
* lava-vcs
* lava-serial
* lava-flow
Oh, we need a test suite too. Preferably one that will work with django as that
will eventually land here.
|