Skip to content

Commit d7e9401

Browse files
committed
fix: renamed test to WebApp
1 parent 938d1ce commit d7e9401

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/DIRAC/MonitoringSystem/Service/WebAppHandler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ def export_getDistinctAttributeValues(cls, attribute, selectDict):
350350

351351
types_getTransformationFilesSummaryWeb = [dict, list, int, int]
352352

353+
@classmethod
353354
def export_getTransformationFilesSummaryWeb(cls, selectDict, sortList, startItem, maxItems):
354355
selectColumns = (["TransformationID", "Status", "UsedSE", "TargetSE"],)
355356
timeStamp = ("LastUpdate",)
@@ -426,6 +427,7 @@ def export_getTransformationFilesSummaryWeb(cls, selectDict, sortList, startItem
426427

427428
types_getTransformationSummaryWeb = [dict, list, int, int]
428429

430+
@classmethod
429431
def export_getTransformationSummaryWeb(cls, selectDict, sortList, startItem, maxItems):
430432
"""Get the summary of the transformation information for a given page in the generic format"""
431433

File renamed without changes.

tests/Integration/all_integration_client_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ echo -e "*** $(date -u) **** WMS TESTS ****\n"
5757

5858
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_SandboxStoreClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
5959
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_PilotsClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
60-
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_WMSAdministratorClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
6160
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_Client_WMS.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
6261

6362
# Make sure we have the prod role for these tests to get the VmRpcOperator permission
@@ -71,7 +70,7 @@ python "${THIS_DIR}/WorkloadManagementSystem/createJobXMLDescriptions.py" |& tee
7170
#-------------------------------------------------------------------------------#
7271
echo -e "*** $(date -u) **** MONITORING TESTS ****\n"
7372
pytest --no-check-dirac-environment "${THIS_DIR}/Monitoring/Test_MonitoringSystem.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
74-
73+
pytest --no-check-dirac-environment "${THIS_DIR}/WorkloadManagementSystem/Test_WebAppClient.py" |& tee -a clientTestOutputs.txt; (( ERR |= "${?}" ))
7574

7675
#-------------------------------------------------------------------------------#
7776
echo -e "*** $(date -u) **** TS TESTS ****\n"

0 commit comments

Comments
 (0)