Fixed test cases
This commit is contained in:
parent
405fb2cd04
commit
043d5b81d0
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue