nkanderson / ECE585-llc

Simulation of a last level cache (LLC) for ECE 585 final project
1 stars 0 forks source link

Outline of testplan #6

Closed nkanderson closed 2 weeks ago

nkanderson commented 3 weeks ago

Not sure off the top of my head what all this will entail, but I think one example that could be a part of our plan is to understand all the function (and higher level abstraction) interfaces and create basic tests that check different inputs for each.

nkanderson commented 3 weeks ago

@mdhardenburgh what do you think about trying to outline different trace input sequences for testing as well? We might need to get a better sense of how the caches are intended to interact before being able to lay that all out, but I think having a few different sequences of events to test different edge cases and such could be a good form of integration testing.

mdhardenburgh commented 3 weeks ago

@nkanderson I think that would be good for the functional testing