diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-08-24 00:59:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-24 00:59:18 +0000 |
commit | 6c24c80943a59ac224fc89bb4aaacdb898b1dbcd (patch) | |
tree | 040acbf0110e1fa0e8eaafb797e0fe2120c9aaf9 /tests | |
parent | c58b0ca140ca0edb33e78e221a04d9e1aadd8234 (diff) | |
parent | 54dc0d512764ef68b3831bfc59932cf2d9daa187 (diff) |
Merge "Add some state change functions in db.py."
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtip_server_test.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qtip_server_test.py b/tests/qtip_server_test.py index 31aa96dc..c2b12974 100644 --- a/tests/qtip_server_test.py +++ b/tests/qtip_server_test.py @@ -23,7 +23,7 @@ class TestClass: 'installer_ip': '10.20.0.2', 'pod_name': 'default', 'suite_name': 'all', - 'deadline': 10, + 'max-minutes': 10, 'type': 'BM', 'state': 'processing', 'state_detail': [], @@ -31,7 +31,7 @@ class TestClass: ({'installer_type': 'fuel', 'installer_ip': '10.20.0.2', 'pod_name': 'zte-pod1', - 'deadline': 20, + 'max-minutes': 20, 'suite_name': 'compute', 'type': 'VM'}, {'job_id': '', @@ -39,7 +39,7 @@ class TestClass: 'installer_ip': '10.20.0.2', 'pod_name': 'zte-pod1', 'suite_name': 'compute', - 'deadline': 20, + 'max-minutes': 20, 'type': 'VM', 'state': 'processing', 'state_detail': [], |