Script

Test to check advisor scripts

Configuration Script

Description

In this scenario, an advisor is triggered to activate the automatic script. When the advisor is changed to true, the automatic script associated with the advisor is executed, aplying the commands in the active configuration.

Scenario

Step 1: Set the following configuration in DUT0 :

set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''

Step 2: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test true

Step 3: Run command show running at DUT0 and check if output contains the following tokens:

set system description 'advisor applied'
Show output
# Teldat OSDx VM version v4.2.7.2
# Wed 17 Dec 2025 16:55:57 +00:00
# Warning: Configuration has not been saved
set system advisor ADVISOR1 test true
set system cli configuration logging global info
set system description 'advisor applied'
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''

Operational Script

Description

In this scenario, an advisor is triggered to activate the automatic script. When the advisor is changed to true, the automatic script associated with the advisor is executed, proccessing the operational commands in the specified order.

Scenario

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.200.50/24
set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 operational 1 command 'show version'
set system script SCRIPT_1 operational 2 command 'license show'

Step 2: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test true

Step 3: Run command system journal show | cat at DUT0 and check if output contains the following tokens:

v4.2.7.2
Show output
Dec 17 16:56:01.326366 osdx systemd-journald[1666]: Runtime Journal (/run/log/journal/a189e667ab9f46898dbfc92a68a94f73) is 2.1M, max 13.8M, 11.6M free.
Dec 17 16:56:01.327690 osdx systemd-journald[1666]: Received client request to rotate journal, rotating.
Dec 17 16:56:01.327771 osdx systemd-journald[1666]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a189e667ab9f46898dbfc92a68a94f73.
Dec 17 16:56:01.340505 osdx OSDxCLI[84617]: User 'admin' executed a new command: 'system journal clear'.
Dec 17 16:56:01.587827 osdx OSDxCLI[84617]: User 'admin' executed a new command: 'system coredump delete all'.
Dec 17 16:56:01.914627 osdx OSDxCLI[84617]: User 'admin' entered the configuration menu.
Dec 17 16:56:02.016214 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system script SCRIPT_1 advisor ADVISOR1'.
Dec 17 16:56:02.131796 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system advisor ADVISOR1 test false'.
Dec 17 16:56:02.246243 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system cli configuration logging global info'.
Dec 17 16:56:02.359421 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system script SCRIPT_1 advisor ADVISOR1'.
Dec 17 16:56:02.486413 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.215.200.50/24'.
Dec 17 16:56:02.567506 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system script SCRIPT_1 operational 1 command "show version"'.
Dec 17 16:56:02.678703 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system script SCRIPT_1 operational 2 command "license show"'.
Dec 17 16:56:02.770782 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'show working'.
Dec 17 16:56:02.877302 osdx ubnt-cfgd[87418]: inactive
Dec 17 16:56:02.905578 osdx INFO[87426]: FRR daemons did not change
Dec 17 16:56:02.908599 osdx modulelauncher[1280]: + Received data: ['84617', 'osdx.utils.xos', 'set_console_log_level', 'info']
Dec 17 16:56:02.931510 osdx OSDxCLI[84617]: Signal 10 received
Dec 17 16:56:02.995867 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 17 16:56:03.054887 osdx WARNING[87519]: No supported link modes on interface eth0
Dec 17 16:56:03.056719 osdx modulelauncher[87519]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Dec 17 16:56:03.056737 osdx modulelauncher[87519]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Dec 17 16:56:03.058024 osdx modulelauncher[87519]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Dec 17 16:56:03.058033 osdx modulelauncher[87519]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Dec 17 16:56:03.071472 osdx cfgd[1460]: [84617]Completed change to active configuration
Dec 17 16:56:03.086038 osdx OSDxCLI[84617]: User 'admin' committed the configuration.
Dec 17 16:56:03.117924 osdx OSDxCLI[84617]: User 'admin' left the configuration menu.
Dec 17 16:56:03.301763 osdx OSDxCLI[84617]: pam_unix(cli:session): session opened for user admin(uid=1000) by admin(uid=1000)
Dec 17 16:56:03.302399 osdx OSDxCLI[84617]: pam_unix(cli:session): session closed for user admin
Dec 17 16:56:03.302696 osdx OSDxCLI[84617]: User 'admin' entered the configuration menu.
Dec 17 16:56:03.367164 osdx OSDxCLI[84617]: pam_unix(cli:session): session opened for user admin(uid=1000) by admin(uid=1000)
Dec 17 16:56:03.367392 osdx cfgd[1460]: Execute action [syntax] for node [system advisor ADVISOR1]
Dec 17 16:56:03.367722 osdx OSDxCLI[84617]: pam_unix(cli:session): session closed for user admin
Dec 17 16:56:03.367917 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'set system advisor ADVISOR1 test true'.
Dec 17 16:56:03.452750 osdx OSDxCLI[84617]: pam_unix(cli:session): session opened for user admin(uid=1000) by admin(uid=1000)
Dec 17 16:56:03.458170 osdx OSDxCLI[84617]: pam_unix(cli:session): session closed for user admin
Dec 17 16:56:03.458473 osdx OSDxCLI[84617]: User 'admin' added a new cfg line: 'show changes'.
Dec 17 16:56:03.518429 osdx OSDxCLI[84617]: pam_unix(cli:session): session opened for user admin(uid=1000) by admin(uid=1000)
Dec 17 16:56:03.530627 osdx ubnt-cfgd[87569]: inactive
Dec 17 16:56:03.583233 osdx cfgd[1460]: [84617]must validation for [system login user admin role] was skipped
Dec 17 16:56:03.583248 osdx cfgd[1460]: Execute action [commit-subtree] for node [system advisor ADVISOR1]
Dec 17 16:56:03.591353 osdx INFO[87577]: FRR daemons did not change
Dec 17 16:56:03.591593 osdx cfgd[1460]: Execute action [end] for node [system advisor ADVISOR1]
Dec 17 16:56:03.597494 osdx cfgd[1460]: [84617]Completed change to active configuration
Dec 17 16:56:03.599759 osdx OSDxCLI[84617]: pam_unix(cli:session): session closed for user admin
Dec 17 16:56:03.600062 osdx OSDxCLI[84617]: User 'admin' committed the configuration.
Dec 17 16:56:03.600954 osdx INFO[87585]: SCRIPT SCRIPT_1 operations:
Dec 17 16:56:03.607807 osdx OSDxCLI[87591]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.607815 osdx OSDxCLI[87591]: User 'admin' has logged in.
Dec 17 16:56:03.618998 osdx OSDxCLI[87591]: User 'admin' executed a new command: 'show version'.
Dec 17 16:56:03.620137 osdx OSDxCLI[87591]: User 'admin' has logged out.
Dec 17 16:56:03.620146 osdx OSDxCLI[87591]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.620853 osdx INFO[87585]: Operation 1 'show version
                                         ':

                                           OS vendor:                 Teldat
                                           OS name:                   OSDx
                                           OS version:                v4.2.7.2
                                           OS Linux kernel:           6.1.140
                                           OS built by:               jenkins@daphne
                                           OS build date:             Wed Dec 17 13:21:53 UTC 2025
                                           OS installation:           physical
                                           OS boot mode:              user
                                           License:                   VM_BASE Firewall eth-Rate-Permit-Full

                                           Hardware vendor:           QEMU
                                           Hardware model:            VM
                                           Hardware OEM model:        Standard PC (i440FX + PIIX, 1996)
                                           Hardware version:          pc-i440fx-7.2
                                           Hardware UUID:             3e540550-851b-5c99-b149-e3de57aad15a
                                           Hardware architecture:     amd64
                                           Hardware fwid:             iso
                                           Hardware base MAC:         de:ad:be:ef:6c:00
                                           Hardware cpu:              1 x QEMU Virtual CPU version 2.5+ (4 cores)

                                           Last reboot reason:        Panic

                                           Date:                      Wed 17 Dec 2025 16:56:03 +00:00
                                           Uptime:                    0:43:28
                                           CPU load (1m, 5m, 15m):    0.20 0.21 0.18
                                           CPU usage % (1m):          5.27
                                           Storage usage (kB):        385252/8144384
                                           Memory usage (kB):         385420/1570504
                                           Users logged in:           1
                                           Mode (current/next boot):  user/user

                                           Hostname:                  osdx
Dec 17 16:56:03.626914 osdx OSDxCLI[87599]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.626921 osdx OSDxCLI[87599]: User 'admin' has logged in.
Dec 17 16:56:03.629763 osdx OSDxCLI[84617]: User 'admin' left the configuration menu.
Dec 17 16:56:03.631122 osdx OSDxCLI[87599]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.633686 osdx OSDxCLI[87599]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.633858 osdx OSDxCLI[87599]: User 'admin' executed a new command: 'license show'.
Dec 17 16:56:03.634766 osdx OSDxCLI[87599]: User 'admin' has logged out.
Dec 17 16:56:03.634771 osdx OSDxCLI[87599]: Tecla::GetLine tcgetattr error
Dec 17 16:56:03.635323 osdx INFO[87585]: Operation 2 'license show
                                         ':
                                         License: VM_BASE Firewall eth-Rate-Permit-Full

                                         +-----------------+---------+----------+
                                         | License Item    | Status  | Validity |
                                         +-----------------+---------+----------+
                                         | Firewall        | Enabled | Forever  |
                                         | eth-Rate-Permit | Full    | Forever  |
                                         +-----------------+---------+----------+
Dec 17 16:56:03.762672 osdx OSDxCLI[84617]: pam_unix(cli:session): session opened for user admin(uid=1000) by admin(uid=1000)

Simple Script Execution

Description

In this scenario, an automatic script is activated directly without any advisor triggering. The script is activated using the system script <txt> activate command.

Scenario

Step 1: Set the following configuration in DUT0 :

set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set interfaces dummy dum0'
set system script SCRIPT_1 configuration 'set interfaces dummy dum1'

Step 2: Run command system script SCRIPT_1 activate at DUT0.

Step 3: Run command interfaces dummy show at DUT0 and check if output matches the following regular expressions:

dum0.*\ndum1
Show output
-----------------------------------------------------------------
Name           IP Address           Admin  Oper  Vrf  Description
-----------------------------------------------------------------
dum0  fe80::f4f4:28ff:fe17:5dbd/64  up     up
dum1  fe80::ec5c:30ff:fe89:62de/64  up     up

Multiple Triggers Script

Description

In this scenario, an advisor is triggered multiple times to activate the automatic script. When the advisor is changed to true, the automatic script associated with the advisor is executed, proccessing the operational commands in the specified order.

Scenario

Step 1: Set the following configuration in DUT0 :

set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''
set system script SCRIPT_1 number-of-triggers 3

Note

Wait for the advisor to turn on. After that, wait for the advisor to turn off. This produces only one trigger.

Step 2: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test true

Step 3: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test false

Step 4: Expect a failure in the following command: Run command show running at DUT0 and check if output contains the following tokens:

set system description 'advisor applied'
Show output
# Teldat OSDx VM version v4.2.7.2
# Wed 17 Dec 2025 16:56:18 +00:00
# Warning: Configuration has not been saved
set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''
set system script SCRIPT_1 number-of-triggers 3

Note

Wait for the advisor to turn on. After that, wait for the advisor to turn off. This produces only one trigger.

Step 5: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test true

Step 6: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test false

Step 7: Expect a failure in the following command: Run command show running at DUT0 and check if output contains the following tokens:

set system description 'advisor applied'
Show output
# Teldat OSDx VM version v4.2.7.2
# Wed 17 Dec 2025 16:56:20 +00:00
# Warning: Configuration has not been saved
set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''
set system script SCRIPT_1 number-of-triggers 3

Note

Wait for the advisor to turn on. After that, wait for the advisor to turn off. This produces only one trigger.

Step 8: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test true

Step 9: Modify the following configuration lines in DUT0 :

set system advisor ADVISOR1 test false

Step 10: Run command show running at DUT0 and check if output contains the following tokens:

set system description 'advisor applied'
Show output
# Teldat OSDx VM version v4.2.7.2
# Wed 17 Dec 2025 16:56:21 +00:00
# Warning: Configuration has not been saved
set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system description 'advisor applied'
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 configuration 'set system description \'advisor applied\''
set system script SCRIPT_1 number-of-triggers 3

Script Invalid Paths

Description

Test that checks invalid configurational and operational commands script execution on an advisor

Scenario

Step 1: Set the following configuration in DUT0 :

set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1

Step 2: Expect a failure in the following command: Run command set system script SCRIPT_1 configuration 'set potato' at DUT0 and expect this output:

Show output
Value validation failed
CLI Error: Command error

Step 3: Set the following configuration in DUT0 :

set system advisor ADVISOR1 test false
set system cli configuration logging global info
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system script SCRIPT_1 advisor ADVISOR1
set system script SCRIPT_1 operational 1 command 'system potato'

Step 4: Run command system script SCRIPT_1 activate at DUT0 and expect this output: Step 5: Run command system journal show | grep "CLI Error: Invalid token *" at DUT0 and check if output contains the following tokens:

CLI Error: Invalid token [potato]
Show output
CLI Error: Invalid token [potato]