| # 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") |