Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
2 | # SPDX-License-Identifier: Apache-2.0 | ||||
3 | |||||
4 | from __future__ import absolute_import | ||||
5 | |||||
6 | import unittest | ||||
7 | |||||
8 | |||||
9 | class collector_test(unittest.TestCase): | ||||
10 | |||||
11 | def test_1(self): | ||||
12 | ''' | ||||
13 | Pass | ||||
14 | ''' | ||||
15 | self.assertEqual("1", "1") |