File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
features/storage/FEATURE_STORAGE/TESTS
storage-volume-manager/basicAPI Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ void lp_timeout_500us(void)
118
118
119
119
}
120
120
121
- status_t greentea_failure_handler (const Case *const source, const failure_t reason) {
121
+ utest::v1:: status_t greentea_failure_handler (const Case *const source, const failure_t reason) {
122
122
greentea_case_failure_abort_handler (source, reason);
123
123
return STATUS_CONTINUE;
124
124
}
@@ -134,7 +134,7 @@ Case cases[] = {
134
134
#endif /* DEVICE_SLEEP */
135
135
};
136
136
137
- status_t greentea_test_setup (const size_t number_of_cases) {
137
+ utest::v1:: status_t greentea_test_setup (const size_t number_of_cases) {
138
138
GREENTEA_SETUP (20 , " default_auto" );
139
139
return greentea_test_setup_handler (number_of_cases);
140
140
}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ void lp_ticker_5s(void)
133
133
lp_ticker_delay_us (5000000 , LONG_TIMEOUT);
134
134
}
135
135
136
- status_t greentea_failure_handler (const Case *const source, const failure_t reason) {
136
+ utest::v1:: status_t greentea_failure_handler (const Case *const source, const failure_t reason) {
137
137
greentea_case_failure_abort_handler (source, reason);
138
138
return STATUS_CONTINUE;
139
139
}
@@ -149,7 +149,7 @@ Case cases[] = {
149
149
#endif /* DEVICE_SLEEP */
150
150
};
151
151
152
- status_t greentea_test_setup (const size_t number_of_cases) {
152
+ utest::v1:: status_t greentea_test_setup (const size_t number_of_cases) {
153
153
GREENTEA_SETUP (20 , " default_auto" );
154
154
lp_ticker_data->interface ->init ();
155
155
return greentea_test_setup_handler (number_of_cases);
Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ void test_crc32()
1055
1055
1056
1056
#ifndef AVOID_GREENTEA
1057
1057
// Custom setup handler required for proper Greentea support
1058
- status_t greentea_setup (const size_t number_of_cases)
1058
+ utest::v1:: status_t greentea_setup (const size_t number_of_cases)
1059
1059
{
1060
1060
GREENTEA_SETUP (60 , " default_auto" );
1061
1061
// Call the default reporting function
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ static int32_t virtualVolumeCallbackStatus;
56
56
57
57
#ifndef AVOID_GREENTEA
58
58
// Custom setup handler required for proper Greentea support
59
- status_t greentea_setup (const size_t number_of_cases)
59
+ utest::v1:: status_t greentea_setup (const size_t number_of_cases)
60
60
{
61
61
GREENTEA_SETUP (30 , " default_auto" );
62
62
// Call the default reporting function
You can’t perform that action at this time.
0 commit comments