diff options
author | fengyuanxing <feng.yuanxing@zte.com.cn> | 2017-02-09 23:20:49 +0800 |
---|---|---|
committer | fengyuanxing <feng.yuanxing@zte.com.cn> | 2017-02-09 23:21:00 +0800 |
commit | 69340976c4c966fdec010d7a4532130a0267cad6 (patch) | |
tree | e1f36ff295c3864a31638c82d9dbfda14afd5349 | |
parent | ff65662977a37ac9642096b8ee8cffe3917cdd5d (diff) |
Add a test to trigger gvnfm-mgr ci job
Change-Id: I8650c4df0e8ce44a2c731d02c73014e405cefe63
Issue-Id: CIMAN-18
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
-rw-r--r-- | mgr/mgr/samples/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mgr/mgr/samples/tests.py b/mgr/mgr/samples/tests.py index d2673d4..8f1c326 100644 --- a/mgr/mgr/samples/tests.py +++ b/mgr/mgr/samples/tests.py @@ -30,3 +30,6 @@ class SampleViewTest(unittest.TestCase): self.assertEqual(status.HTTP_200_OK, response.status_code, response.content) resp_data = json.loads(response.content) self.assertEqual({"status": "active"}, resp_data) + + def test_url(self): + pass |