Static Jenkins Site Generator
- Private Jenkins job scraping w/API key
- Added Gilroy font to match main public website
- Link back to ONF website for products
- Add more products
Change-Id: I3ed2dc1e371c564ee483ab83fd110a88d818bca7
diff --git a/tests/test_collector.py b/tests/test_collector.py
new file mode 100644
index 0000000..9bebb77
--- /dev/null
+++ b/tests/test_collector.py
@@ -0,0 +1,15 @@
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+from __future__ import absolute_import
+
+import unittest
+
+
+class collector_test(unittest.TestCase):
+
+ def test_1(self):
+ '''
+ Pass
+ '''
+ self.assertEqual("1", "1")