Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Aug 29, 2024
1 parent 58b6e18 commit 6b35f64
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/dash/test_dash_pl.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest

from ipaddress import ip_address as IP
from utils.sai_utils import assert_sai_attribute_exists

from dash_api.appliance_pb2 import *
Expand All @@ -15,7 +14,16 @@
from dash_db import dash_db, DashDB
from dash_configs import *
from sai_attrs import *
from swsscommon.swsscommon import APP_DASH_APPLIANCE_TABLE_NAME, APP_DASH_ENI_TABLE_NAME, APP_DASH_VNET_TABLE_NAME, APP_DASH_VNET_MAPPING_TABLE_NAME, APP_DASH_ROUTE_TABLE_NAME, APP_DASH_ROUTE_RULE_TABLE_NAME, APP_DASH_ENI_ROUTE_TABLE_NAME, APP_DASH_ROUTING_TYPE_TABLE_NAME, APP_DASH_ROUTE_GROUP_TABLE_NAME
from swsscommon.swsscommon import (
APP_DASH_APPLIANCE_TABLE_NAME,
APP_DASH_ENI_TABLE_NAME,
APP_DASH_VNET_TABLE_NAME,
APP_DASH_VNET_MAPPING_TABLE_NAME,
APP_DASH_ROUTE_TABLE_NAME,
APP_DASH_ENI_ROUTE_TABLE_NAME,
APP_DASH_ROUTING_TYPE_TABLE_NAME,
APP_DASH_ROUTE_GROUP_TABLE_NAME,
)

DVS_ENV = ["HWSKU=DPU-2P"]
NUM_PORTS = 2
Expand Down

0 comments on commit 6b35f64

Please sign in to comment.