Bug 1020484 - easyfix typo in unit test
Summary: easyfix typo in unit test
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: vdsm
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan Kenigsberg
QA Contact: Haim
URL: http://gerrit.ovirt.org/#/c/20277/
Whiteboard: network
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-17 18:33 UTC by R P Herrold
Modified: 2013-10-18 09:42 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-18 09:42:51 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description R P Herrold 2013-10-17 18:33:05 UTC
Description of problem:
typo in unit test

Version-Release number of selected component (if applicable):
git current

How reproducible:
CO git, run 'make rpm' without the bridge-utils installed, read

Additional info:

patch is:

[root@vm010004007 ~]# diff -u vdsm-UPSTREAM/tests/tcTests.py \
    vdsm/tests/tcTests.py
--- vdsm-UPSTREAM/tests/tcTests.py      2013-10-17 14:11:15.655749739 -0400
+++ vdsm/tests/tcTests.py       2013-10-17 14:25:44.965175069 -0400
@@ -137,7 +137,7 @@
     try:
         dev.addDevice()
     except:
-        raise SkipTest("'brctl' has failed. Do you have bride-utils "
+        raise SkipTest("'brctl' has failed. Do you have bridge-utils "
                        "installed?")

     null = open("/dev/null", "a")
[root@vm010004007 ~]#

Comment 1 R P Herrold 2013-10-17 20:47:51 UTC
patch into the gerrit
http://gerrit.ovirt.org/#/c/20277/


Note You need to log in before you can comment on or make changes to this bug.