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
1 changed files with 4 additions and 0 deletions

View File

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