Commit ba7d9c36 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

Cleaning previous commit

parent b8e074b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ spec:
              memory: 64Mi
            limits:
              cpu: 500m
              memory: 1Gi
              memory: 512Mi
---
apiVersion: v1
kind: Service
+1 −6
Original line number Diff line number Diff line
@@ -19,8 +19,3 @@ numpy==2.0.1
APScheduler==3.10.1
deepdiff==6.7.*
pygnmi==0.8.14
 No newline at end of file
ipaddress
macaddress
p4runtime==1.3.0
googleapis-common-protos==1.69.1
tabulate
+0 −10
Original line number Diff line number Diff line
@@ -46,13 +46,3 @@ if LOAD_ALL_DEVICE_DRIVERS:
            }
        ]))
# if LOAD_ALL_DEVICE_DRIVERS:
#     from .p4.p4_collector import P4Collector # pylint: disable=wrong-import-position
#     DRIVERS.append(
#         (P4Collector, [
#             {
#                 # Real P4 Switch, specifying P4 Collector => use P4Collector
#                 FilterFieldEnum.DEVICE_TYPE: DeviceTypeEnum.P4_SWITCH,
#                 FilterFieldEnum.DRIVER     : DeviceDriverEnum.DEVICEDRIVER_P4,
#             }
#         ]))