18205: Add container cost accounting fields.
[arvados.git] / lib / controller / integration_test.go
index b0ec4293a38acfdf6a349db48fff96c7bf3f7a1a..4c49c007eb2b2233bed13dfa9e654a1a018a6eee 100644 (file)
@@ -1245,6 +1245,8 @@ func (s *IntegrationSuite) runContainer(c *check.C, clusterID string, token stri
                        time.Sleep(time.Second / 2)
                }
        }
+       c.Logf("cr.CumulativeCost == %f", cr.CumulativeCost)
+       c.Check(cr.CumulativeCost, check.Not(check.Equals), 0.0)
        if expectExitCode >= 0 {
                c.Check(ctr.State, check.Equals, arvados.ContainerStateComplete)
                c.Check(ctr.ExitCode, check.Equals, expectExitCode)