File tree Expand file tree Collapse file tree
openstackclient/tests/unit/network/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -638,6 +638,7 @@ def create_one_port(attrs=None):
638638 'security_group_ids' : [],
639639 'status' : 'ACTIVE' ,
640640 'tenant_id' : 'project-id-' + uuid .uuid4 ().hex ,
641+ 'qos_network_policy_id' : 'qos-policy-id-' + uuid .uuid4 ().hex ,
641642 'qos_policy_id' : 'qos-policy-id-' + uuid .uuid4 ().hex ,
642643 'tags' : [],
643644 'uplink_status_propagation' : False ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def _get_common_cols_data(fake_port):
6161 'network_id' ,
6262 'port_security_enabled' ,
6363 'project_id' ,
64+ 'qos_network_policy_id' ,
6465 'qos_policy_id' ,
6566 'security_group_ids' ,
6667 'status' ,
@@ -91,6 +92,7 @@ def _get_common_cols_data(fake_port):
9192 fake_port .network_id ,
9293 fake_port .port_security_enabled ,
9394 fake_port .project_id ,
95+ fake_port .qos_network_policy_id ,
9496 fake_port .qos_policy_id ,
9597 format_columns .ListColumn (fake_port .security_group_ids ),
9698 fake_port .status ,
You can’t perform that action at this time.
0 commit comments