Merge pull request #642 from kateknister/master

Added todo for oom integration test
This commit is contained in:
Victor Marmol 2015-04-10 14:12:29 -07:00
commit a86aea117b

View File

@ -53,6 +53,8 @@ func TestStreamingEventInformationIsReturned(t *testing.T) {
waitForStreamingEvent(containerId, "?deletion_events=true&stream=true", t, fm, info.EventContainerDeletion)
waitForStaticEvent(containerId, "?creation_events=true", t, fm, info.EventContainerCreation)
//TODO: test for oom events
//waitForStaticEvent(containerId, "?oom_events=true", t, fm, info.EventOom)
}
func waitForStreamingEvent(containerId string, urlRequest string, t *testing.T, fm framework.Framework, typeEvent info.EventType) {