package agent_deploy import "testing" func TestOctopusDeploy(t *testing.T) { OctopusDeploy() } func TestCmiiAppDeploy(t *testing.T) { CmiiAppDeploy() }