summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-31 13:54:25 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-31 13:54:25 -0400
commit02d2e0137f706018baf3b0b1794afdc3cbf4cda9 (patch)
tree9caeb437a13b921b659d9b3a85d9aa9c349523bf /tests
parent8c179cbc21dcafd91671404607f1c290f18aeb11 (diff)
downloadthird_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.tar.gz
third_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.tar.xz
third_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.zip
Ongoing work on WUI pagination
Diffstat (limited to 'tests')
-rw-r--r--tests/multi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multi.py b/tests/multi.py
index 4c80618..ce3846c 100644
--- a/tests/multi.py
+++ b/tests/multi.py
@@ -2,7 +2,7 @@ import cobbler.api as capi
api = capi.BootAPI()
-SYSTEMS_COUNT = 5000
+SYSTEMS_COUNT = 146
distros = api.distros()
profiles = api.profiles()