diff --git a/dockers/docker-macsec/cli-plugin-tests/config_db.json b/dockers/docker-macsec/cli-plugin-tests/config_db.json index 645118603879..8c6b6893e560 100644 --- a/dockers/docker-macsec/cli-plugin-tests/config_db.json +++ b/dockers/docker-macsec/cli-plugin-tests/config_db.json @@ -1,6 +1,5 @@ { - "MACSEC_PROFILE": { - "macsec_profile": { + "MACSEC_PROFILE|macsec_profile": { "cipher_suite": "GCM-AES-XPN-256", "policy": "security", "primary_cak": "0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF", @@ -8,10 +7,8 @@ "priority": "0", "rekey_period": "900", "send_sci": "true" - } }, - "PORT": { - "Ethernet1": { + "PORT|Ethernet0": { "alias": "Ethernet1/1", "asic_port_name": "Eth0-ASIC0", "coreid": "1", @@ -26,6 +23,53 @@ "role": "Ext", "speed": "400000", "tpid": "0x8100" - } + }, + "PORT|Ethernet1": { + "alias": "Ethernet2/1", + "asic_port_name": "Eth0-ASIC0", + "coreid": "1", + "coreportid": "1", + "description": "Ethernet2/1", + "index": "1", + "lanes": "72,73,74,75,76,77,78,79", + "macsec": "macsec_profile", + "mtu": "9100", + "numvoq": "8", + "pfc_asym": "off", + "role": "Ext", + "speed": "400000", + "tpid": "0x8100" + }, + "PORT|Ethernet4": { + "alias": "Ethernet5/1", + "asic_port_name": "Eth0-ASIC0", + "coreid": "1", + "coreportid": "1", + "description": "Ethernet5/1", + "index": "1", + "lanes": "72,73,74,75,76,77,78,79", + "macsec": "macsec_profile", + "mtu": "9100", + "numvoq": "8", + "pfc_asym": "off", + "role": "Ext", + "speed": "400000", + "tpid": "0x8100" + }, + "PORT|Ethernet5": { + "alias": "Ethernet6/1", + "asic_port_name": "Eth0-ASIC0", + "coreid": "1", + "coreportid": "1", + "description": "Ethernet6/1", + "index": "1", + "lanes": "72,73,74,75,76,77,78,79", + "macsec": "macsec_profile", + "mtu": "9100", + "numvoq": "8", + "pfc_asym": "off", + "role": "Ext", + "speed": "400000", + "tpid": "0x8100" } }