Skip to content

Commit

Permalink
Issue #22: Gateway Improvement
Browse files Browse the repository at this point in the history
- Fix the platform unit test case
Tianhe Zhang committed Aug 29, 2017

Verified

This commit was signed with the committer’s verified signature. The key has expired.
korhaliv Korhal
1 parent c5706c5 commit a7685f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/tests/kubeobject/test_kube_obj_info.py
Original file line number Diff line number Diff line change
@@ -280,7 +280,7 @@ def test_gateway_svc_info():
assert dep.replica == 1
assert not dep.svc_elb
assert not dep.extra_poll
assert dep.usage == (350, 700, 0, 0)
assert dep.usage == (200, 300, 0, 0)


def test_axops_info():

0 comments on commit a7685f8

Please sign in to comment.