File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 64
64
# install packages for vs test
65
65
sudo apt-get install -y net-tools bridge-utils vlan
66
66
sudo apt-get install -y python3-pip
67
- sudo pip3 install pytest==4.6.2 attrs==19.1.0 exabgp==4.0.10 distro==1.5.0 docker>=4.4.1 redis==3.3.4 flaky==3.7.0
67
+ sudo pip3 install pytest==4.6.2 attrs==19.1.0 exabgp==4.0.10 distro==1.5.0 docker>=4.4.1 redis==3.3.4 flaky==3.7.0 requests==2.31.0
68
68
displayName: "Install dependencies"
69
69
70
70
- script : |
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ namespace swss {
23
23
#define CHASSIS_APP_DB 12
24
24
#define CHASSIS_STATE_DB 13
25
25
#define APPL_STATE_DB 14
26
+ #define EVENT_DB 19
26
27
27
28
/* **** APPLICATION DATABASE *****/
28
29
@@ -569,6 +570,12 @@ namespace swss {
569
570
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME " FABRIC_MONITOR_TABLE"
570
571
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME " FABRIC_PORT_TABLE"
571
572
573
+ #define EVENT_HISTORY_TABLE_NAME " EVENT"
574
+ #define EVENT_CURRENT_ALARM_TABLE_NAME " ALARM"
575
+ #define EVENT_STATS_TABLE_NAME " EVENT_STATS"
576
+ #define EVENT_ALARM_STATS_TABLE_NAME " ALARM_STATS"
577
+
578
+
572
579
#ifdef __cplusplus
573
580
}
574
581
#endif
You can’t perform that action at this time.
0 commit comments