test_storage: further refactoring, added test functionality, and TESTING.md to describe testing approach

This commit is contained in:
Ian Clowes 2020-06-07 16:02:56 +01:00 committed by Polynomialdivision
parent bd35961de8
commit 292ccb01f2
9 changed files with 513 additions and 117 deletions

View file

@ -175,6 +175,8 @@ void print_probe_entry(probe_entry entry);
int eval_probe_metric(struct probe_entry_s probe_entry);
void denied_req_array_insert(auth_entry entry);
auth_entry denied_req_array_delete(auth_entry entry);
auth_entry insert_to_denied_req_array(auth_entry entry, int inc_counter);