X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=blobdiff_plain;f=doctor_tests%2Finspector%2F__init__.py;h=a9a86ecef883cd64f8da641b12ba064e16ac46df;hp=3be79e57a78a09cff911c58000546853f1c3b519;hb=9f91aba7ef33d7ad88c3bd004fdf7c5fef65f151;hpb=1336b9add0dc6fb91fbf71431e3bfa1cd0dd89d6 diff --git a/doctor_tests/inspector/__init__.py b/doctor_tests/inspector/__init__.py index 3be79e57..a9a86ece 100644 --- a/doctor_tests/inspector/__init__.py +++ b/doctor_tests/inspector/__init__.py @@ -26,6 +26,10 @@ OPTS = [ default='12345', help='the port of default for inspector', required=False), + cfg.BoolOpt('update_neutron_port_dp_status', + default=False, + help='Update data plane status of affected neutron ports', + required=False), ]