hydra.cluster.test.TestCons.scala Maven / Gradle / Ivy
package hydra.cluster.test
/**
* For hydra.cluster.test in Hydra
* Created by whereby[Tao Zhou]([email protected]) on 2017/12/27
*/
object TestCons {
val pythonTestConfig = """
|{
| "appname": "appTest",
| "startcmd":["python demo/app.py"],
| "healthcheck":"http://localhost:5000/health",
| "prestartcmd":[]
|}
""".stripMargin
val pythonTestConfig2 = """
|{
| "appname": "appTest2",
| "startcmd":["python demo/app.py --port 8000"],
| "healthcheck":"http://localhost:8000/health",
| "prestartcmd":[]
|}
""".stripMargin
}