14325: Remove obsolete test stubs.
authorTom Clegg <tclegg@veritasgenetics.com>
Fri, 25 Jan 2019 18:28:15 +0000 (13:28 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Fri, 25 Jan 2019 18:28:15 +0000 (13:28 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

lib/dispatchcloud/worker/pool_test.go

index aa81958434dd73792f399a61f5f1b0be6e2cfc1b..6a6cdc423827573a5810746474bebc2b0791310b 100644 (file)
@@ -34,14 +34,6 @@ func (suite *PoolSuite) SetUpSuite(c *check.C) {
        logrus.StandardLogger().SetLevel(logrus.DebugLevel)
 }
 
-func (suite *PoolSuite) TestStartContainer(c *check.C) {
-       // TODO: use an instanceSet stub with an SSH server
-}
-
-func (suite *PoolSuite) TestVerifyHostKey(c *check.C) {
-       // TODO: use an instanceSet stub with an SSH server
-}
-
 func (suite *PoolSuite) TestCreateUnallocShutdown(c *check.C) {
        lameInstanceSet := &test.LameInstanceSet{Hold: make(chan bool)}
        type1 := arvados.InstanceType{Name: "a1s", ProviderType: "a1.small", VCPUs: 1, RAM: 1 * GiB, Price: .01}