Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wguanicedew committed Feb 22, 2022
1 parent 119ff30 commit 92d41b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions main/lib/idds/tests/test_domapanda_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# from idds.client.client import Client
from idds.client.clientmanager import ClientManager
# from idds.common.constants import RequestType, RequestStatus
from idds.common.utils import get_rest_host
# from idds.common.utils import get_rest_host
# from idds.tests.common import get_example_real_tape_stagein_request
# from idds.tests.common import get_example_prodsys2_tape_stagein_request

Expand Down Expand Up @@ -171,9 +171,9 @@ def setup_workflow():


if __name__ == '__main__':
host = get_rest_host()
# host = get_rest_host()
workflow = setup_workflow()

wm = ClientManager(host=host)
wm = ClientManager(host=None)
request_id = wm.submit(workflow)
print(request_id)
12 changes: 6 additions & 6 deletions monitor/conf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

var appConfig = {
'iddsAPI_request': "https://lxplus7104.cern.ch:443/idds/monitor_request/null/null",
'iddsAPI_transform': "https://lxplus7104.cern.ch:443/idds/monitor_transform/null/null",
'iddsAPI_processing': "https://lxplus7104.cern.ch:443/idds/monitor_processing/null/null",
'iddsAPI_request_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/true/false/false",
'iddsAPI_transform_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/false/true/false",
'iddsAPI_processing_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/false/false/true"
'iddsAPI_request': "https://lxplus735.cern.ch:443/idds/monitor_request/null/null",
'iddsAPI_transform': "https://lxplus735.cern.ch:443/idds/monitor_transform/null/null",
'iddsAPI_processing': "https://lxplus735.cern.ch:443/idds/monitor_processing/null/null",
'iddsAPI_request_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/true/false/false",
'iddsAPI_transform_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/false/true/false",
'iddsAPI_processing_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/false/false/true"
}

0 comments on commit 92d41b7

Please sign in to comment.