We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5622df commit ab66ffcCopy full SHA for ab66ffc
tests/component_base_test.py
@@ -0,0 +1,7 @@
1
+from sonic_platform_base.component_base import ComponentBase
2
+
3
+class TestComponentBase:
4
5
+ def test_get_firmware_update_notification(self):
6
+ cpnt = ComponentBase()
7
+ assert(cpnt.get_firmware_update_notification(None) == "None")
0 commit comments