From 043d5b81d0d73196c0ad613353a6c4569a6ef811 Mon Sep 17 00:00:00 2001 From: arifiorino Date: Sun, 22 Sep 2019 23:01:58 +0000 Subject: [PATCH] Fixed test cases --- server/website/tests/test_views.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/website/tests/test_views.py b/server/website/tests/test_views.py index cbc676f..5066f69 100644 --- a/server/website/tests/test_views.py +++ b/server/website/tests/test_views.py @@ -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' }