Add a test to trigger gvnfm-mgr ci job
authorfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 9 Feb 2017 15:20:49 +0000 (23:20 +0800)
committerfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 9 Feb 2017 15:21:00 +0000 (23:21 +0800)
Change-Id: I8650c4df0e8ce44a2c731d02c73014e405cefe63
Issue-Id: CIMAN-18
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
mgr/mgr/samples/tests.py

index d2673d4..8f1c326 100644 (file)
@@ -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