All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy