summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-11-01 12:46:25 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-11-01 12:46:25 -0400
commit6630f94eb1c6122f761a87b0fcd879423cf3e624 (patch)
tree6ac5a4eb35513d405f60d5681cfa0cd41f83700b /tests
parent54f27bb821a39868a7dd79acbf22bb0c05bfb9bd (diff)
downloadthird_party-cobbler-6630f94eb1c6122f761a87b0fcd879423cf3e624.tar.gz
third_party-cobbler-6630f94eb1c6122f761a87b0fcd879423cf3e624.tar.xz
third_party-cobbler-6630f94eb1c6122f761a87b0fcd879423cf3e624.zip
Make pagination uses a shiny select box versus an ugly list of pages. TODO: show the start
and end object in the menus for easier navigation.
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 ce3846c..58f4d64 100644
--- a/tests/multi.py
+++ b/tests/multi.py
@@ -2,7 +2,7 @@ import cobbler.api as capi
api = capi.BootAPI()
-SYSTEMS_COUNT = 146
+SYSTEMS_COUNT = 10000
distros = api.distros()
profiles = api.profiles()