summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-10 14:48:30 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-10 14:48:30 -0400
commit3536c8d5e7896d1affd8e52be677ff6e97097f95 (patch)
treed8fee3526b7670b665cde653f17cfb778199e364 /tests/tests.py
parent8a408aaccec6dc31e3ea25a5a27ee863319bef4c (diff)
downloadthird_party-cobbler-3536c8d5e7896d1affd8e52be677ff6e97097f95.tar.gz
third_party-cobbler-3536c8d5e7896d1affd8e52be677ff6e97097f95.tar.xz
third_party-cobbler-3536c8d5e7896d1affd8e52be677ff6e97097f95.zip
Added profile virt-bridge setting to the settings file
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 64dd4df..b8870ae 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -19,11 +19,6 @@ import subprocess
import tempfile
import shutil
-#sys.path.append('../cobbler')
-#sys.path.append('../cobbler/modules')
-#sys.path.append('./cobbler')
-#sys.path.append('./cobbler/modules')
-
from cobbler import settings
from cobbler import collection_distros
from cobbler import collection_profiles
@@ -250,6 +245,7 @@ class Utilities(BootTest):
self.assertTrue(profile.set_name("testprofile12b"))
self.assertTrue(profile.set_distro("testdistro0"))
self.assertTrue(profile.set_kickstart("http://127.0.0.1/foo"))
+ self.assertTrue(profile.set_virt_bridge("xenbr1"))
# no slashes or wildcards in name
# sizes must be integers
self.assertTrue(profile.set_virt_file_size("54321"))