From: fengyuanxing Date: Thu, 9 Feb 2017 15:20:49 +0000 (+0800) Subject: Add a test to trigger gvnfm-mgr ci job X-Git-Tag: release/mercury~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=69340976c4c966fdec010d7a4532130a0267cad6;p=vfc%2Fgvnfm%2Fvnfmgr.git Add a test to trigger gvnfm-mgr ci job Change-Id: I8650c4df0e8ce44a2c731d02c73014e405cefe63 Issue-Id: CIMAN-18 Signed-off-by: fengyuanxing --- 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