Searched refs:SAB_HOST (Results 1 – 12 of 12) sorted by relevance
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/ |
H A D | test_functional_config.py | 35 self.open_page("http://%s:%s/%s" % (SAB_HOST, SAB_PORT, test_url)) 48 self.open_page("http://%s:%s/%s" % (SAB_HOST, SAB_PORT, test_url)) 82 self.open_page("http://%s:%s/sabnzbd/config/general" % (SAB_HOST, SAB_PORT)) 105 self.open_page("http://%s:%s/sabnzbd/general" % (SAB_HOST, SAB_PORT)) 133 self.open_page("http://%s:%s/sabnzbd/config/general" % (SAB_HOST, SAB_PORT)) 155 self.open_page("http://%s:%s/sabnzbd/general" % (SAB_HOST, SAB_PORT)) 165 self.open_page("http://%s:%s/sabnzbd/config/categories" % (SAB_HOST, SAB_PORT)) 194 self.open_page("http://%s:%s/sabnzbd/config/rss" % (SAB_HOST, SAB_PORT)) 262 self.open_page("http://%s:%s/sabnzbd/config/server" % (SAB_HOST, SAB_PORT))
|
H A D | test_functional_downloads.py | 38 self.open_page("http://%s:%s/sabnzbd/wizard/" % (SAB_HOST, SAB_PORT)) 65 assert "http://%s:%s/sabnzbd" % (SAB_HOST, SAB_PORT) in check_result 87 self.open_page("http://%s:%s/sabnzbd/" % (SAB_HOST, SAB_PORT))
|
H A D | conftest.py | 65 get_url_result("shutdown", SAB_HOST, SAB_PORT) 96 "%s:%s" % (SAB_HOST, str(SAB_PORT)), 196 SAB_HOST,
|
H A D | testhelper.py | 55 SAB_HOST = "127.0.0.1" variable 123 def get_url_result(url="", host=SAB_HOST, port=SAB_PORT): 129 def get_api_result(mode, host=SAB_HOST, port=SAB_PORT, extra_arguments={}):
|
H A D | test_functional_api.py | 44 return get_api_result(mode=mode, host=SAB_HOST, port=SAB_PORT, extra_arguments=extra) 50 return get_api_result(mode=mode, host=SAB_HOST, port=SAB_PORT, extra_arguments=extra) 56 return get_api_result(mode=mode, host=SAB_HOST, port=SAB_PORT, extra_arguments=extra) 96 ("SAB_HOST", SAB_HOST), 186 assert "version" in get_api_result("version", SAB_HOST, SAB_PORT)
|
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/data/tavern/ |
H A D | api_version.yaml | 10 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 26 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 44 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api
|
H A D | api_server_stats.yaml | 10 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 35 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 56 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api"
|
H A D | api_get_files_format.yaml | 10 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 44 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 76 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api"
|
H A D | api_history_empty.yaml | 10 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 42 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 71 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api
|
H A D | api_history_format.yaml | 10 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 74 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 105 url: http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api 178 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api"
|
H A D | api_queue_empty.yaml | 10 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 74 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 103 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api"
|
H A D | api_queue_format.yaml | 10 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 96 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api" 126 url: "http://{SAB_HOST}:{SAB_PORT}/sabnzbd/api"
|