MERAprojects / ops-build

Other
0 stars 0 forks source link

DUT isn't started if QoS config was saved to startup-config #42

Open xivamar opened 7 years ago

xivamar commented 7 years ago

Problem Description:

DUT isn't started if QoS config was saved to startup-config

OpenSwitch version:

OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-meraswitch/devel/master-20170329113554-dev)

Test Topology:

Single DUT

Steps to reproduce the problem:

  1. Configure DUT as in attached file.
  2. Save config via copy running-config startup-config.
  3. Stop all devices.
  4. Start all devices.
  5. Check DUT and config via show running-config - NOK: Error was returned.

    OpenSwitch-1# show running-config System is not ready. Please retry after few seconds.. OpenSwitch-1#

QoS_config.txt

alrukav commented 7 years ago

Hi, DUTs is not started if radius-server or tacacs-server was configured too:

Configuration:

switch# configure terminal
switch(config)# radius-server host s1 OR tacacs-server host s1
switch(config)# end
switch# copy running-config startup-config
AKochin commented 7 years ago

Validation is not passed in queue.py qos.py and qos_profile.py files. All returns: "An applied profile cannot be amended or deleted" open-switch/ops-classifierd