Skip to content

Commit b4e17df

Browse files
azmy98azmyali98
authored andcommitted
Merge branch 'master' into dev-reset-local-users-password
2 parents e5233e0 + 3750752 commit b4e17df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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: |

common/schema.h

+7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)