| Summary: | easyfix typo in unit test | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | R P Herrold <herrold> |
| Component: | vdsm | Assignee: | Dan Kenigsberg <danken> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Haim <hateya> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | abaron, acathrow, bazulay, iheim, mgoldboi, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://gerrit.ovirt.org/#/c/20277/ | ||
| Whiteboard: | network | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-18 09:42:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
patch into the gerrit http://gerrit.ovirt.org/#/c/20277/ |
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 ~]#