Date and time of the report: 2023-08-06 08:20:38.621185
Analysed period: 2023-07-16 to 2023-08-06.
Database update:
Retrieving from database...
DONE
Two values retrieved from the build are key to determine the state of the jubs and test suites at a given moment:
build_result
is the outcome of the build, reported by Jenkins. It can be: SUCCESS
, FAILURE
, UNSTABLE
or ABORTED
.test_result
is the summary of the concerned Robot tests. It can be: FAIL
, UNAVAILABLE
or PASS
.Based on these two states, 3 types of temporal sequences of success/failure are identified per builds and test suites:
grp_build_result
.grp_test_result
.grp_success_fail
.For the identification of these sequences, the following mapping applies:
Type of sequence | Relevant state | OK sequence contains | NOK sequence contains | Ignore |
---|---|---|---|---|
grp_build_result |
build_result |
SUCCESS or UNSTABLE |
FAILURE |
ABORTED |
grp_test_result |
test_result |
PASS |
FAIL |
UNAVAILABLE |
grp_success_fail |
test_result |
PASS |
FAIL or UNAVAILABLE |
N/A |
The different groupings of segments are detected and a label is added to each sample...
DONE
Then, the duration of each of the sequences of success/failure is determined and a specific dataframe is built summarizing such sequences, to ease their representation and analysis...
DONE
DONE
job | Master branch | Release TEN | Release THIRTEEN | Release TWELVE | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | |
suites | ||||||||||||||||
Basic 01-Crud Operations On Vim Targets | 0.000000 | 21.584248 | 21.584248 | 0.00000 | 0.000000 | 21.499514 | 21.499514 | 0.000000 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.584722 | 20.999525 | 21.584248 | 0.02709 | 0.999977 | 20.499537 | 21.499514 | 0.046512 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
Basic 06-Vnf With Charm | 0.584722 | 20.999525 | 21.584248 | 0.02709 | 0.500000 | 20.999514 | 21.499514 | 0.023256 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
Basic 07-Secure Key Management | 0.584722 | 20.999525 | 21.584248 | 0.02709 | 1.499977 | 19.999537 | 21.499514 | 0.069768 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
Basic 08-Disable Port Security Network Level | 0.584722 | 20.999525 | 21.584248 | 0.02709 | 0.500000 | 20.999514 | 21.499514 | 0.023256 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.000000 | 21.584248 | 21.584248 | 0.00000 | 0.500000 | 20.999514 | 21.499514 | 0.023256 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.627778 | 20.999491 | 21.627269 | 0.029027 |
Slice 02-Shared Network Slicing | 0.584722 | 20.999525 | 21.584248 | 0.02709 | 0.999977 | 20.499537 | 21.499514 | 0.046512 | 0.999965 | 19.791933 | 20.791898 | 0.048094 | 1.627766 | 19.999502 | 21.627269 | 0.075265 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.584248 | 21.584248 | 0.00000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.791898 | 20.791898 | 0.000000 | 0.000000 | 21.627269 | 21.627269 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
63 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2688 | 2023-08-06 01:06:15 | 15540248 | UNSTABLE | FAIL | 520.0 | 83.0 |
1 | osm-stage_3-merge/v13.0 | 267 | 2023-08-05 20:07:15 | 16371747 | FAILURE | FAIL | 557.0 | 1.0 |
2 | osm-stage_3-merge/v12.0 | 462 | 2023-08-06 00:04:15 | 15486500 | UNSTABLE | FAIL | 468.0 | 62.0 |
3 | osm-stage_3-merge/v10.0 | 877 | 2023-08-06 03:08:15 | 10356387 | UNSTABLE | FAIL | 334.0 | 46.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
77 | Basic 05-Instantiation Parameters In Cloud Init | FAIL | 2023-08-06 01:37:27 | 2023-08-06 01:38:53 | 5 | 3 | Instantiate Cloudinit Network Service Using In... | Create Network Service |
78 | Basic 06-Vnf With Charm | FAIL | 2023-08-06 01:38:53 | 2023-08-06 01:41:20 | 5 | 7 | Instantiate Charm Network Service | Create Network Service |
79 | Basic 07-Secure Key Management | FAIL | 2023-08-06 01:41:20 | 2023-08-06 01:44:41 | 7 | 5 | Instantiate Nopasswd Charm Network Service | Create Network Service |
80 | Basic 08-Disable Port Security Network Level | FAIL | 2023-08-06 01:44:41 | 2023-08-06 01:47:03 | 8 | 1 | Instantiate Network Service | Create Network Service |
81 | Basic 09-Manual Vdu Scaling | FAIL | 2023-08-06 01:47:03 | 2023-08-06 01:49:00 | 9 | 4 | Instantiate Scaling Network Service | Create Network Service |
82 | Basic 11-Native Charms | FAIL | 2023-08-06 01:49:00 | 2023-08-06 01:50:55 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
83 | Basic 12-Ns Primitives | FAIL | 2023-08-06 01:50:55 | 2023-08-06 01:54:38 | 6 | 3 | Instantiate NS | Create Network Service |
87 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-06 02:04:46 | 2023-08-06 02:06:44 | 9 | 3 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
91 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-08-06 02:12:44 | 2023-08-06 02:17:48 | 14 | 4 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
93 | Basic 22-Cross Model Relations | FAIL | 2023-08-06 02:20:08 | 2023-08-06 02:39:01 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
111 | Heal 01-Volume Vdu Healing | FAIL | 2023-08-06 03:24:47 | 2023-08-06 03:27:15 | 6 | 10 | Network Service Instance Test | Create Network Service |
112 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-06 03:27:15 | 2023-08-06 03:29:37 | 7 | 9 | Network Service Instance Test | Create Network Service |
113 | Heal 03-Multiple Healing | FAIL | 2023-08-06 03:29:37 | 2023-08-06 03:38:53 | 12 | 4 | Scale Out Charm VNF | Execute Manual VNF Scale |
118 | K8S 05-K8S Proxy Charms | FAIL | 2023-08-06 03:52:57 | 2023-08-06 03:56:21 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
123 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2023-08-06 04:12:07 | 2023-08-06 04:15:30 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
126 | Sa 01-Vnf With Vim Metrics | FAIL | 2023-08-06 04:21:37 | 2023-08-06 04:22:59 | 5 | 2 | Instantiate Network Service | Create Network Service |
128 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-08-06 04:40:21 | 2023-08-06 05:01:51 | 13 | 3 | Instantiate Network Service | Create Network Service |
131 | Slice 02-Shared Network Slicing | FAIL | 2023-08-06 05:09:11 | 2023-08-06 05:15:15 | 12 | 8 | Network Slice First Instance | Create Network Slice |
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
240 | Basic 22-Cross Model Relations | FAIL | 2023-08-05 21:38:11 | 2023-08-05 21:57:13 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
183 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-06 01:15:03 | 2023-08-06 01:16:59 | 9 | 3 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
189 | Basic 22-Cross Model Relations | FAIL | 2023-08-06 01:34:57 | 2023-08-06 01:53:42 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
196 | Epa 04-Epa Underlay Sriov | FAIL | 2023-08-06 02:05:14 | 2023-08-06 02:06:37 | 5 | 4 | Instantiate Network Service | Create Network Service |
201 | Heal 01-Volume Vdu Healing | FAIL | 2023-08-06 02:15:18 | 2023-08-06 02:20:48 | 6 | 10 | Network Service Instance Test | Create Network Service |
202 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-06 02:20:48 | 2023-08-06 02:22:53 | 6 | 9 | Network Service Instance Test | Create Network Service |
203 | Heal 03-Multiple Healing | FAIL | 2023-08-06 02:22:53 | 2023-08-06 02:28:48 | 6 | 10 | Network Service Instance Test | Create Network Service |
204 | Heal 04-Autohealing | FAIL | 2023-08-06 02:28:48 | 2023-08-06 02:40:11 | 6 | 8 | Network Service Instance Test | Create Network Service |
213 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2023-08-06 03:13:48 | 2023-08-06 03:17:07 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
216 | Sa 01-Vnf With Vim Metrics | FAIL | 2023-08-06 03:23:17 | 2023-08-06 03:38:45 | 5 | 2 | Instantiate Network Service | Create Network Service |
220 | Slice 01-Network Slicing | FAIL | 2023-08-06 03:58:39 | 2023-08-06 04:03:01 | 10 | 3 | Network Slice Instance Test | Create Network Slice |
221 | Slice 02-Shared Network Slicing | FAIL | 2023-08-06 04:03:01 | 2023-08-06 04:09:27 | 14 | 6 | Network Slice First Instance | Create Network Slice |
osm-stage_3-merge/v10.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
135 | Basic 06-Vnf With Charm | FAIL | 2023-08-06 03:44:04 | 2023-08-06 03:46:33 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
136 | Basic 07-Secure Key Management | FAIL | 2023-08-06 03:46:33 | 2023-08-06 03:50:46 | 8 | 4 | Instantiate Nopasswd Charm Network Service | Create Network Service |
137 | Basic 08-Disable Port Security Network Level | FAIL | 2023-08-06 03:50:46 | 2023-08-06 03:53:09 | 8 | 1 | Instantiate Network Service | Create Network Service |
138 | Basic 09-Manual Vdu Scaling | FAIL | 2023-08-06 03:53:09 | 2023-08-06 03:58:58 | 9 | 4 | Instantiate Scaling Network Service | Create Network Service |
139 | Basic 11-Native Charms | FAIL | 2023-08-06 03:58:58 | 2023-08-06 04:00:23 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
141 | Basic 13-Ns Relations | FAIL | 2023-08-06 04:03:54 | 2023-08-06 04:05:21 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
142 | Basic 14-Vnf Relations | FAIL | 2023-08-06 04:05:21 | 2023-08-06 04:06:52 | 5 | 1 | Instantiate Charm Network Service | Create Network Service |
144 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-06 04:07:15 | 2023-08-06 04:08:38 | 5 | 7 | Instantiate Scaling Network Service | Create Network Service |
148 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-08-06 04:13:27 | 2023-08-06 04:25:05 | 14 | 4 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
156 | Hackfest Cloudinit | FAIL | 2023-08-06 04:37:09 | 2023-08-06 04:39:01 | 5 | 4 | Network Service Instance Test | Create Network Service |
157 | Hackfest Multivdu | FAIL | 2023-08-06 04:39:01 | 2023-08-06 04:41:12 | 5 | 4 | Network Service Instance Test | Create Network Service |
166 | Sa 01-Vnf With Vim Metrics | FAIL | 2023-08-06 05:11:04 | 2023-08-06 05:26:30 | 5 | 2 | Instantiate Network Service | Create Network Service |
170 | Slice 01-Network Slicing | FAIL | 2023-08-06 05:46:37 | 2023-08-06 05:51:13 | 9 | 4 | Network Slice Instance Test | Create Network Slice |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
2 | Basic 05-Instantiation Parameters In Cloud Init | Instantiate Cloudinit Network Service Using In... | Create Network Service | FAIL | 2023-08-06 01:37:30 | 2023-08-06 01:38:10 |
4 | Basic 05-Instantiation Parameters In Cloud Init | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-06 01:38:10 | 2023-08-06 01:38:10 |
7 | Basic 05-Instantiation Parameters In Cloud Init | Test SSH Access With The New Password | Variable Should Exist | FAIL | 2023-08-06 01:38:10 | 2023-08-06 01:38:10 |
15 | Basic 06-Vnf With Charm | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 01:38:58 | 2023-08-06 01:40:42 |
18 | Basic 06-Vnf With Charm | Check VNF Charm Application Name | Get Application Name VNF Level Charm | FAIL | 2023-08-06 01:40:42 | 2023-08-06 01:40:42 |
... | ... | ... | ... | ... | ... | ... |
555 | Slice 02-Shared Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2023-08-06 05:12:14 | 2023-08-06 05:12:45 |
557 | Slice 02-Shared Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2023-08-06 05:13:15 | 2023-08-06 05:13:15 |
558 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2023-08-06 05:13:15 | 2023-08-06 05:13:15 |
564 | Slice 02-Shared Network Slicing | Get Second Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-06 05:13:51 | 2023-08-06 05:13:56 |
567 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2023-08-06 05:13:56 | 2023-08-06 05:13:56 |
81 rows × 6 columns
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
1265 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-05 21:38:55 | 2023-08-05 21:54:27 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
860 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2023-08-06 01:15:50 | 2023-08-06 01:16:11 |
867 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale In | Execute Manual VNF Scale | FAIL | 2023-08-06 01:16:13 | 2023-08-06 01:16:18 |
872 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scaling In | Run Keyword If | FAIL | 2023-08-06 01:16:20 | 2023-08-06 01:16:20 |
880 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 01:35:41 | 2023-08-06 01:51:13 |
890 | Epa 04-Epa Underlay Sriov | Instantiate Network Service | Create Network Service | FAIL | 2023-08-06 02:05:17 | 2023-08-06 02:05:57 |
892 | Epa 04-Epa Underlay Sriov | Get Management Ip Addresses | Variable Should Exist | FAIL | 2023-08-06 02:05:57 | 2023-08-06 02:05:57 |
899 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Variable Should Exist | FAIL | 2023-08-06 02:05:57 | 2023-08-06 02:05:57 |
903 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Variable Should Exist | FAIL | 2023-08-06 02:05:57 | 2023-08-06 02:05:57 |
912 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 02:15:25 | 2023-08-06 02:19:21 |
915 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:19:21 | 2023-08-06 02:19:21 |
920 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-08-06 02:19:21 | 2023-08-06 02:19:21 |
937 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
940 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
947 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
950 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
952 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
968 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:19:23 | 2023-08-06 02:19:23 |
981 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 02:20:54 | 2023-08-06 02:22:07 |
984 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
993 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
998 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
1006 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
1009 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
1011 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
1023 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:22:07 | 2023-08-06 02:22:07 |
1036 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 02:22:59 | 2023-08-06 02:28:02 |
1039 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1048 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1053 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1061 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1073 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1079 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1082 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1095 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:28:02 | 2023-08-06 02:28:02 |
1107 | Heal 04-Autohealing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 02:28:52 | 2023-08-06 02:29:32 |
1110 | Heal 04-Autohealing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:29:32 | 2023-08-06 02:29:32 |
1114 | Heal 04-Autohealing | Get VNF Info | Variable Should Exist | FAIL | 2023-08-06 02:29:32 | 2023-08-06 02:29:32 |
1126 | Heal 04-Autohealing | Stop Autoheal VDU | Variable Should Exist | FAIL | 2023-08-06 02:29:32 | 2023-08-06 02:29:32 |
1131 | Heal 04-Autohealing | Wait For Autohealing To Be Completed | Wait Until Keyword Succeeds | FAIL | 2023-08-06 02:29:32 | 2023-08-06 02:39:32 |
1135 | Heal 04-Autohealing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-08-06 02:39:32 | 2023-08-06 02:39:32 |
1142 | Heal 04-Autohealing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 02:39:32 | 2023-08-06 02:39:32 |
1151 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 03:13:54 | 2023-08-06 03:15:15 |
1153 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-06 03:15:15 | 2023-08-06 03:15:15 |
1159 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-08-06 03:15:15 | 2023-08-06 03:15:15 |
1164 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:15:15 | 2023-08-06 03:15:15 |
1166 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-08-06 03:15:15 | 2023-08-06 03:15:15 |
1169 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:15:15 | 2023-08-06 03:15:15 |
1176 | Sa 01-Vnf With Vim Metrics | Instantiate Network Service | Create Network Service | FAIL | 2023-08-06 03:23:20 | 2023-08-06 03:24:01 |
1184 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2023-08-06 03:24:01 | 2023-08-06 03:38:01 |
1196 | Slice 01-Network Slicing | Network Slice Instance Test | Create Network Slice | FAIL | 2023-08-06 03:58:48 | 2023-08-06 03:59:54 |
1212 | Slice 01-Network Slicing | Test Slice Connectivity | Ping Many | FAIL | 2023-08-06 04:01:35 | 2023-08-06 04:01:35 |
1225 | Slice 02-Shared Network Slicing | Network Slice First Instance | Create Network Slice | FAIL | 2023-08-06 04:03:11 | 2023-08-06 04:04:48 |
1227 | Slice 02-Shared Network Slicing | Network Slice Second Instance | Create Network Slice | FAIL | 2023-08-06 04:04:48 | 2023-08-06 04:05:24 |
1237 | Slice 02-Shared Network Slicing | Get First Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-06 04:05:30 | 2023-08-06 04:05:35 |
1244 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2023-08-06 04:07:09 | 2023-08-06 04:07:09 |
1250 | Slice 02-Shared Network Slicing | Get Second Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-06 04:07:45 | 2023-08-06 04:07:50 |
1253 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2023-08-06 04:07:50 | 2023-08-06 04:07:50 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
577 | Basic 06-Vnf With Charm | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 03:44:07 | 2023-08-06 03:45:53 |
579 | Basic 06-Vnf With Charm | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-06 03:45:53 | 2023-08-06 03:45:53 |
585 | Basic 06-Vnf With Charm | Test SSH Access | Variable Should Exist | FAIL | 2023-08-06 03:45:53 | 2023-08-06 03:45:53 |
590 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:45:53 | 2023-08-06 03:45:53 |
592 | Basic 06-Vnf With Charm | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-08-06 03:45:53 | 2023-08-06 03:45:53 |
595 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:45:53 | 2023-08-06 03:45:53 |
602 | Basic 07-Secure Key Management | Instantiate Nopasswd Charm Network Service | Create Network Service | FAIL | 2023-08-06 03:46:37 | 2023-08-06 03:48:23 |
611 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:48:58 | 2023-08-06 03:49:00 |
613 | Basic 07-Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2023-08-06 03:49:00 | 2023-08-06 03:50:05 |
614 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:50:05 | 2023-08-06 03:50:06 |
622 | Basic 08-Disable Port Security Network Level | Instantiate Network Service | Create Network Service | FAIL | 2023-08-06 03:51:22 | 2023-08-06 03:52:03 |
632 | Basic 09-Manual Vdu Scaling | Instantiate Scaling Network Service | Create Network Service | FAIL | 2023-08-06 03:53:12 | 2023-08-06 03:53:53 |
644 | Basic 09-Manual Vdu Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2023-08-06 03:53:58 | 2023-08-06 03:56:06 |
651 | Basic 09-Manual Vdu Scaling | Perform Manual Vdu Scale In | Execute Manual VNF Scale | FAIL | 2023-08-06 03:56:08 | 2023-08-06 03:58:16 |
656 | Basic 09-Manual Vdu Scaling | Check Vdus After Scaling In | Run Keyword Unless | FAIL | 2023-08-06 03:58:18 | 2023-08-06 03:58:18 |
662 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 03:59:02 | 2023-08-06 03:59:42 |
664 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-06 03:59:42 | 2023-08-06 03:59:42 |
670 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-08-06 03:59:42 | 2023-08-06 03:59:42 |
675 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-06 03:59:42 | 2023-08-06 03:59:42 |
683 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 04:04:00 | 2023-08-06 04:04:40 |
691 | Basic 14-Vnf Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 04:05:25 | 2023-08-06 04:06:06 |
698 | Basic 16-Advanced Onboarding And Scaling | Instantiate Scaling Network Service | Create Network Service | FAIL | 2023-08-06 04:07:18 | 2023-08-06 04:07:59 |
700 | Basic 16-Advanced Onboarding And Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
704 | Basic 16-Advanced Onboarding And Scaling | Check Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
709 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
711 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
716 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
718 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-08-06 04:07:59 | 2023-08-06 04:07:59 |
744 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2023-08-06 04:17:33 | 2023-08-06 04:21:47 |
754 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword Unless | FAIL | 2023-08-06 04:21:50 | 2023-08-06 04:21:50 |
756 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Execute Manual VNF Scale | FAIL | 2023-08-06 04:21:50 | 2023-08-06 04:23:59 |
761 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Run Keyword Unless | FAIL | 2023-08-06 04:24:01 | 2023-08-06 04:24:01 |
772 | Hackfest Cloudinit | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 04:37:12 | 2023-08-06 04:37:52 |
774 | Hackfest Cloudinit | Get Vnf Ip Address | Get Vnf Management Ip Address | FAIL | 2023-08-06 04:37:52 | 2023-08-06 04:37:52 |
778 | Hackfest Cloudinit | Test SSH Access | Test SSH Connection | FAIL | 2023-08-06 04:38:22 | 2023-08-06 04:38:22 |
779 | Hackfest Cloudinit | Check Remote File Injected Via Cloud-init | Execute Remote Command Check Rc Return Output | FAIL | 2023-08-06 04:38:22 | 2023-08-06 04:38:22 |
788 | Hackfest Multivdu | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 04:39:04 | 2023-08-06 04:39:44 |
791 | Hackfest Multivdu | Get Vnf Ip Address | Get Vnf Management Ip Address | FAIL | 2023-08-06 04:39:44 | 2023-08-06 04:39:44 |
794 | Hackfest Multivdu | Test Ping | Test Connectivity | FAIL | 2023-08-06 04:39:44 | 2023-08-06 04:40:15 |
797 | Hackfest Multivdu | Test SSH Access | Test SSH Connection | FAIL | 2023-08-06 04:40:15 | 2023-08-06 04:40:15 |
803 | Sa 01-Vnf With Vim Metrics | Instantiate Network Service | Create Network Service | FAIL | 2023-08-06 05:11:08 | 2023-08-06 05:11:48 |
811 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2023-08-06 05:11:48 | 2023-08-06 05:25:48 |
823 | Slice 01-Network Slicing | Network Slice Instance Test | Create Network Slice | FAIL | 2023-08-06 05:46:46 | 2023-08-06 05:47:51 |
836 | Slice 01-Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2023-08-06 05:49:03 | 2023-08-06 05:49:33 |
838 | Slice 01-Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2023-08-06 05:50:03 | 2023-08-06 05:50:03 |
839 | Slice 01-Network Slicing | Test Slice Connectivity | Ping Many | FAIL | 2023-08-06 05:50:03 | 2023-08-06 05:50:04 |
Powered by osm-analytics