File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6464 # install packages for vs test
6565 sudo apt-get install -y net-tools bridge-utils vlan
6666 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
6868 displayName: "Install dependencies"
6969
7070 - script : |
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ namespace swss {
2323#define CHASSIS_APP_DB 12
2424#define CHASSIS_STATE_DB 13
2525#define APPL_STATE_DB 14
26+ #define EVENT_DB 19
2627
2728/* **** APPLICATION DATABASE *****/
2829
@@ -569,6 +570,12 @@ namespace swss {
569570#define APP_FABRIC_MONITOR_DATA_TABLE_NAME " FABRIC_MONITOR_TABLE"
570571#define APP_FABRIC_MONITOR_PORT_TABLE_NAME " FABRIC_PORT_TABLE"
571572
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+
572579#ifdef __cplusplus
573580}
574581#endif
You can’t perform that action at this time.
0 commit comments