Preparing test plan for SPI protocol in UVM

HI,
I am doing the verification of SPI protocol using UVM.
So how can i make a test plan for the same?

In reply to east_wind:
A testplan is always based on the verification requirements you have to specify for verifying.
And it is tool-dependent. Because you have to read in to your simulator. The main simulator provider using different formats for this.
You can download a testplan for I2C from my webpage

This gives you a flavor how it should lokk like for the SPI. I2C is a lot more complicated.