diff --git a/octopoes/tests/robot/02_list_objects.robot b/octopoes/tests/robot/02_list_objects.robot index 2c1eed6b0f9..d9c9e844040 100644 --- a/octopoes/tests/robot/02_list_objects.robot +++ b/octopoes/tests/robot/02_list_objects.robot @@ -10,7 +10,7 @@ List Objects Insert Normalizer Output Await Sync Object List Should Contain ${REF_HOSTNAME} - Total Object Count Should Be ${6} + Total Object Count Should Be ${8} List Objects With Filter Insert Normalizer Output @@ -44,7 +44,7 @@ Load Bulk *** Keywords *** Verify Object List With Filter ${response_data} Get Objects With ScanLevel 0 - Should Be Equal ${response_data["count"]} ${6} + Should Be Equal ${response_data["count"]} ${8} Get Objects With ScanLevel 0 ${params} Create Dictionary scan_level=0 valid_time=${VALID_TIME} @@ -55,7 +55,7 @@ Get Objects With ScanLevel 0 Verify Object List With SearchString ${response_data} Get Objects With SearchString example.com - Should Be Equal ${response_data["count"]} ${4} + Should Be Equal ${response_data["count"]} ${5} Get Objects With SearchString example.com ${params} Create Dictionary search_string=example.com valid_time=${VALID_TIME} diff --git a/octopoes/tests/robot/08_findings.robot b/octopoes/tests/robot/08_findings.robot index cbd3d903ed0..68764fcc805 100644 --- a/octopoes/tests/robot/08_findings.robot +++ b/octopoes/tests/robot/08_findings.robot @@ -15,8 +15,8 @@ List Findings Declare Scan Profile Hostname|internet|example.com 1 Await Sync - Finding List Should Have Length 1 - Finding Count Per Severity Should Be 'pending' 1 + Finding List Should Have Length 2 + Finding Count Per Severity Should Be 'pending' 2 Finding Count Per Severity Should Be 'low' 0 Finding Count Per Severity Should Be 'critical' 0