Skip to content
Snippets Groups Projects
Commit 685162b6 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Changing storageSource to NoSqlStorageSource in StorageTest.java.

parent cd4a28bf
No related branches found
No related tags found
No related merge requests found
......@@ -42,14 +42,14 @@ import net.floodlightcontroller.storage.IStorageSourceListener;
import net.floodlightcontroller.storage.NullValueStorageException;
import net.floodlightcontroller.storage.OperatorPredicate;
import net.floodlightcontroller.storage.RowOrdering;
import net.floodlightcontroller.storage.memory.MemoryStorageSource;
import net.floodlightcontroller.storage.nosql.NoSqlStorageSource;
import net.floodlightcontroller.test.FloodlightTestCase;
import org.junit.Test;
public abstract class StorageTest extends FloodlightTestCase {
protected MemoryStorageSource storageSource;
protected NoSqlStorageSource storageSource;
protected RestApiServer restApi;
protected String PERSON_TABLE_NAME = "Person";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment