Replacing virtual camera on linux video bot: adaptings tests accordingly.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/537001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2139 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-04-27 12:38:17 +00:00
parent 2191a47bc1
commit ca08c41701
3 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,8 @@ TEST_F(ViEApiIntegrationTest, RunsBaseTestWithoutErrors) {
tests_->ViEBaseAPITest();
}
TEST_F(ViEApiIntegrationTest, RunsCaptureTestWithoutErrors) {
// TODO(phoglund): Crashes on the v4l2loopback camera.
TEST_F(ViEApiIntegrationTest, DISABLED_RunsCaptureTestWithoutErrors) {
tests_->ViECaptureAPITest();
}

View File

@ -25,7 +25,8 @@ TEST_F(ViEExtendedIntegrationTest, RunsBaseTestWithoutErrors) {
tests_->ViEBaseExtendedTest();
}
TEST_F(ViEExtendedIntegrationTest, RunsCaptureTestWithoutErrors) {
// TODO(phoglund): Crashes on the v4l2loopback camera.
TEST_F(ViEExtendedIntegrationTest, DISABLED_RunsCaptureTestWithoutErrors) {
tests_->ViECaptureExtendedTest();
}

View File

@ -352,9 +352,7 @@ void ViEAutoTest::ViERtpRtcpStandardTest()
EXPECT_EQ(0, ViE.network->DeregisterSendTransport(tbChannel.videoChannel));
// The linux virtual cam, vivi, gives a too simple image to encode,
// resulting in a low bitrate, and the REMB test below fails. Disabling the
// test if vivi is used while waiting for a better virtual device.
// BUG = 321.
// resulting in a low bitrate, and the REMB test below fails.
if (tbCapture.device_name() != "vivi") {
// Create three channels. 1 and 2 are grouped together and will get a
// common REMB packet. 3 is in its own group and will get a separate REMB