...
| Code Block | ||||
|---|---|---|---|---|
| ||||
# Rialto Component Tests & Paths
# {Component Name : {Test Suite, Test Path}}
suiteInfo = {
"servermain" : {"suite" : "RialtoServerMainUnitTests", "path" : "/tests/playermedia/server/main/"},
"servergstplayer" : {"suite" : "RialtoServerGstPlayerUnitTests", "path" : "/tests/playermedia/server/gstplayer/"},
"serveripc" : {"suite" : "RialtoServerIpcUnitTests", "path" : "/tests/playermedia/server/ipc/"},
"serverservice" : {"suite" : "RialtoServerServiceUnitTests", "path" : "/tests/playermedia/server/service/"},
"client" : {"suite" : "RialtoClientUnitTests", "path" : "/tests/playermedia/client/main/"},
"clientipc" : {"suite" : "RialtoClientIpcUnitTests", "path" : "/tests/playermedia/client/ipc/"},
"common" : {"suite" : "RialtoPlayerCommonUnitTests", "path" : "/tests/playermedia/common/"},
"logging" : {"suite" : "RialtoLoggingUnitTests", "path" : "/tests/logging/"},
"manager" : {"suite" : "RialtoServerManagerUnitTests", "path" : "/tests/serverManager/"},
"ipc" : {"suite" : "RialtoIpcUnitTests", "path" : "/tests/ipc/"},
} |
...