From 69340976c4c966fdec010d7a4532130a0267cad6 Mon Sep 17 00:00:00 2001 From: fengyuanxing Date: Thu, 9 Feb 2017 23:20:49 +0800 Subject: [PATCH] Add a test to trigger gvnfm-mgr ci job Change-Id: I8650c4df0e8ce44a2c731d02c73014e405cefe63 Issue-Id: CIMAN-18 Signed-off-by: fengyuanxing --- mgr/mgr/samples/tests.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.16.6