Feature: Creating the source
Scenario Outline: Adding an new unique source
Given the label "<label>"
And the path "<source_path>"
When I add the source
Then the source should be added successfully
Examples:
| label | source_path |
| usb | /mnt/usb |
| db | /db |
| temp | /tmp |