Commit Graph

11 Commits

Author SHA1 Message Date
the.bling 8260b41a2e remove duplicate key from dict
Change-Id: Ibe22b31efc2e4454277961572a7e2060e78b8842
2017-04-11 14:24:57 +05:30
ShunliZhou 660a96ff8a Add model api unit test
Add unit test for model api

Change-Id: I8e555d8bc208919d095c3a8986120d6723c80a65
Partially-Implements: blueprint unit-testing
2017-03-27 15:13:18 +08:00
shunliz 2bc9dcc9c0 Add learning api unit test
Add unit test for leanring api

Change-Id: I4250cb723712f825c652c96e1e579a50389136fb
2017-03-07 10:49:52 +08:00
Hiroyuki Eguchi 5045c6c189 Return related resource information
This bug is related to below bp.

Add Overview Panel
https://blueprints.launchpad.net/meteos-ui/+spec/overview-panel

This bp aims to add a overview panel which show up
relationships among machine learning resources.

To make this bp possible, meteos-api must return
information how resources are related to each other.

For instance, model is related to experiment,
so meteos-api has to return the model information
including experiment_id.

Closes-Bug: 1668577
Change-Id: I26e49853195ac4c0a4d7bd20073cc5a111f36ad8
2017-02-28 21:23:46 +09:00
shunliz a2a317be84 Add unit test for experiment
Add unit test for experiment

Change-Id: Ifc46c4c9fd4558038433773ddbac5da56d2ec694
2017-02-27 10:51:48 +08:00
shunliz 27ae94fb23 Complete unit test for dataset
Complete the other tests of dataset

Change-Id: Iccad801b1ee03af2fb118b1b64e33a447c74f960
2017-02-21 09:20:17 +08:00
shunliz 1330ce647d Add unit test for dataset api
Add unit test for dataset api show

Change-Id: I1028c41efc901b8050911f42a418d2ea35c7ef7a
2017-02-16 15:47:24 +08:00
Hiroyuki Eguchi 0f813fc1c1 Remove unit test that is not relevant anymore
'test_to_dict_works_w_missing_meteos_context_attributes'
fails with latest release of oslo.context lib which is 2.12.0.

Remove this test as irrelevant and unblock CI doing it.

Change-Id: Icf0d893cb03793fc8a6d1adfcc293da96280b47e
2017-02-01 09:50:36 +09:00
Dung Ha 0ccd4aa790 Fixes some current typo errors on meteos project.
Change-Id: Ie8a3542a6e31222af118097391bcf62d78e89d90
2017-01-26 17:00:24 +07:00
Hiroyuki Eguchi 41bef2aa44 Add small tests for unit testing
implements blueprint unit-testing

Change-Id: I31cd863fed15b7f4110bc31d3535beae7bb7d168
2017-01-22 21:45:23 +09:00
Hiroyuki Eguchi 1491d54a1d Initial commit
Change-Id: I0ebc7a689a37b077606545d50a5d139f2059ffdb
2016-12-08 12:33:50 +00:00