Skip to content
Sujeet Sreenivasan edited this page Jun 14, 2013 · 11 revisions

Test Plan for RockStor

Functionality to test

Share details

  1. Should show total size of the share, used space and free space
  2. Should show the pool that the share belongs to
  3. Should be able to create and delete snapshots
  4. Should be able to create and delete Samba share
  5. Should be able to create and delete snapshots
  6. Should be able to resize the share
  7. Should be able to delete the share

Shares

  1. Should list all shares with their sizes
  2. Should be able to create multiple shares in the same pool
  3. Should be able to delete shares

Create Share

  1. Should be able to select the pool
  2. Should be able to specify the size in KB, MB, GB, TB
  3. Should not allow two shares with the same name in the same pool
  4. Should allow two shares with the same name in two different pools

Pool details

  1. Should show the disks that belong to this pool
  2. Should show size of the pool
  3. Should be able to create a share
  4. Should be able to delete the pool

Pools

  1. Should list all pools with name, size and raid level
  2. Should be able to create a pool
  3. Should be able to delete a pool if it contains no shares
  4. Should not be able to delete a pool if it contains at least one share
Clone this wiki locally