Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #93 from vdemeester/do-not-use-memswap-for-test
Browse files Browse the repository at this point in the history
Don't use memswap_limit for test
  • Loading branch information
ibuildthecloud committed Oct 21, 2015
2 parents 1319c4f + c71e88f commit 7685a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func (s *RunSuite) TestFields(c *C) {
image: tianon/true
cpuset: 1,2
mem_limit: 4194304
memswap_limit: 8388608
`)

name := fmt.Sprintf("%s_%s_1", p, "hello")
Expand All @@ -23,7 +22,6 @@ func (s *RunSuite) TestFields(c *C) {
c.Assert(cn.Config.Image, Equals, "tianon/true")
c.Assert(cn.HostConfig.CPUSetCPUs, Equals, "1,2")
c.Assert(cn.HostConfig.Memory, Equals, int64(4194304))
c.Assert(cn.HostConfig.MemorySwap, Equals, int64(8388608))
}

func (s *RunSuite) TestHelloWorld(c *C) {
Expand Down

0 comments on commit 7685a86

Please sign in to comment.