Fixed test cases

This commit is contained in:
arifiorino
2019-09-22 23:01:58 +00:00
committed by Dana Van Aken
parent 405fb2cd04
commit 043d5b81d0

View File

@@ -158,6 +158,7 @@ class SessionViewsTests(TestCase):
'name': 'test_create_basic_session',
'description': 'testing create basic session...',
'tuning_session': 'no_tuning_session',
'algorithm': 1,
'cpu': '2',
'memory': '16.0',
'storage': '32',
@@ -179,6 +180,7 @@ class SessionViewsTests(TestCase):
'cpu': '2',
'memory': '16.0',
'storage': '32',
'algorithm': 1,
'dbms': 1,
'target_objective': 'throughput_txn_per_sec'
}
@@ -206,6 +208,7 @@ class SessionViewsTests(TestCase):
'cpu': '2',
'memory': '16.0',
'storage': '32',
'algorithm': 1,
'dbms': 1,
'target_objective': 'throughput_txn_per_sec'
}
@@ -260,6 +263,7 @@ class SessionViewsTests(TestCase):
'cpu': '2',
'memory': '16.0',
'storage': '32',
'algorithm': 1,
'dbms': 1,
'target_objective': 'throughput_txn_per_sec'
}