Total Statistics | Total | Pass | Fail | Skip | Elapsed | Pass / Fail / Skip |
---|---|---|---|---|---|---|
All Tests | 32 | 0 | 32 | 0 | 00:00:00 |
Statistics by Tag | Total | Pass | Fail | Skip | Elapsed | Pass / Fail / Skip |
---|---|---|---|---|---|---|
critical | 24 | 0 | 24 | 0 | 00:00:00 |
Statistics by Suite | Total | Pass | Fail | Skip | Elapsed | Pass / Fail / Skip |
---|---|---|---|---|---|---|
32 | 0 | 32 | 0 | 00:00:01 | ||
32 | 0 | 32 | 0 | 00:00:01 |
Full Name: | bgpcep-throughpcep.txt |
---|---|
Source: | /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/test/csit/suites/bgpcep/throughpcep |
Start / End / Elapsed: | 20241112 02:14:18.560 / 20241112 02:14:19.968 / 00:00:01.408 |
Status: | 32 tests total, 0 passed, 32 failed, 0 skipped |
Full Name: | bgpcep-throughpcep.txt.Cases |
---|---|
Documentation: | PCEP performance suite, uses restconf with configurable authentication. Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html General Overview: This is a suite which has both scale and performance aspects. Given scale target, suite reports failures if functional error is detected, or if various time limits expire. For passing test cases, their duration is the performance metric. ODL acts as a translation layer between PCEP capable devices and users employing RESTCONF. Performance measurement focuses on two different workflows. The first workflow is initial synchronization, when ODL learns the state of PCEP topology as devices connect to it, while restconf user reads the state repeatedly. The second workflow is mass update, when restconf users issue RPCs to updale Layer Switched Paths on Path Computation Clients. This suite uses pcc-mock (downloaded from Nexus) to simulate PCCs. It needs segment of bindable IP addresses, one for each simulated PCC; so running pcc-mock from remote machine is only viable when just single PCC is simulated. Testing with multiple PCCs works best when pcc-mock runs on the same VM as ODL, so 127.0.0.0/8 subnet can be used. Library AuthStandalone is used directly for restconf reads in the first workflow. That library transparently handles several http authentication methods, based on credentials and pybot arguments. In the second workflow, updater.py utility is used for issuing rapid restconf requests. It can use multiple worker threads, as http requests are blocking. Due to CPython interpreter itself being single threaded, amounts of threads above 8-16 are actually slightly slower (which may roughly correspond to network traffic being more limiting factor than CPU). This suite starts updater utility bound to single CPU, as this setup was the most performant in other tests. In case of failed test case, other tests are skipped (unless this is overriden by [Setup]) to finish test run sooner. Variables and test case names refer to Controller(ODL_SYSTEM) and Mininet (TOOLS_SYSTEM), those are assumed to be separate remote VMs, one to host ODL, other to host tools. In case updater and pcc-mock are desired to run from separate machines, their parameters use Mininet(TOOLS_SYSTEM) values as default. If both updater VM and pcc-mock VM parameters are specified, Mininet(TOOLS_SYSTEM) parameters may be skipped. Variable False decides the pcc-mock running machine. Some launch scripts put restrictions on how pybot options can be specified, so there are utility variables to help with copying Controller related value to apply fo updater of pccmock. Having a tool co-located with ODL reduces network latency, but puts more pressure on CPU and memory on Controller VM. In some environments, issues with TIME-WAIT prevent high restconf rates, so TCP reuse is temporarily allowed during the suite run, if possible (and if not disabled by UPDATERVM_ENABLE_TCP_RW_REUSE option value). See http://vincent.bernat.im/en/blog/2014-tcp-time-wait-state-linux.html This suite ignores possible failures when changing reuse. Similarly, in some environments, handling of requests.Session object matters try changing RESTCONF_REUSE value to see if it helps. Variables to override (only if needed) in pybot command: (Look into Variables table to see the default values.) FIRST_PCC_IP: Set in case bind address is different from public pcc-mock VM address. LOG_NAME: Filename (without path) to save pcc-mock output into. LOG_PATH: Override if not the same as pccmock VM workspace. LSPS: Number of LSPs per PCC to simulate and test. MOCK_FILE: Filename to use for mock-pcc executable instead of the timestamped one. ODL_SYSTEM_IP: Numeric IP address of VM where ODL runs. ODL_SYSTEM_USER: Username for ssh login to ODL VM. ODL_SYSTEM_PASSWORD: Ssh password, empty means public keys are used instead. ODL_SYSTEM_PROMPT: Substring to identify Linux prompt on ODL VM. ODL_SYSTEM_WORKSPACE: Path to where files can be written on ODL VM. PCCDOWNLOAD_HOSTHEADER: Download server may check checks this header before showing content. PCCDOWNLOAD_URLBASE: URL to pcep-pcc-mock folder in Nexus (use numberic IP if DNS has problems). PCCMOCK_COLOCATED: If True, set PCCMOCKVM* to mirror ODL_SYSTEM* PCCMOCKVM_IP: Override TOOLS_SYSTEM for pcc-mock usage. PCCMOCKVM_*: Override corresponding TOOLS_SYSTEM_* for pcc-mock usage. PCCS: Number of PCCs to simulate and test. PCEP_READY_VERIFY_TIMEOUT: Grace period for pcep-topology to appear. Lower if ODL is ready. RESTCONF_*: USER, PASSWORD and SCOPE to authenticate with, REUSE session. (Note: If SCOPE is not empty, token-based authentication is used.) TOOLS_SYSTEM_IP: Numeric IP address of VM to run pcc-mock and updater from by default. TOOLS_SYSTEM_PASSWORD: Linux password to go with the username (empty means keys). TOOLS_SYSTEM_PROMPT: Substring to identify Linux prompt on TOOLS_SYSTEM VM. TOOLS_SYSTEM_USER: Linux username to SSH to on TOOLS_SYSTEM VM. TOOLS_SYSTEM_WORKSPACE: Path to where files may be created on TOOLS_SYSTEM VM. UPDATER_COLOCATED: If True, overrides UPDATERVM_* parameters to point at ODL_SYSTEM (The purpose is to provide an option without ability to unpack ODL_SYSTEM value.) UPDATER_ODLADDRESS: Override if public ODL_SYSTEM address is not best fit. UPDATER_REFRESH: Main updater thread may sleep this long. Balance precision with overhead. UPDATER_TIMEOUT: If updater stops itself if running more than this time. (Set this limit according to your performance target.) UPDATERVM_ENABLE_TCP_RW_REUSE: Set to false if changing Linux configuration is not desired. UPDATERVM_IP: Override TOOLS_SYSTEM for updater.py usage. UPDATERVM_*: Override corresponding TOOLS_SYSTEM_* for updater.py usage. |
Source: | /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/test/csit/suites/bgpcep/throughpcep/cases.robot |
Start / End / Elapsed: | 20241112 02:14:18.586 / 20241112 02:14:19.967 / 00:00:01.381 |
Status: | 32 tests total, 0 passed, 32 failed, 0 skipped |
Message: |
Start / End / Elapsed: | 20241112 02:14:18.992 / 20241112 02:14:19.949 / 00:00:00.957 |
---|
Documentation: | Set suite to not fail fast. |
---|---|
Start / End / Elapsed: | 20241112 02:14:18.992 / 20241112 02:14:18.997 / 00:00:00.005 |
Start / End / Elapsed: | 20241112 02:14:18.997 / 20241112 02:14:19.948 / 00:00:00.951 |
---|
Documentation: | Check the tools system variable and assigns the PCC Mock |
---|---|
Start / End / Elapsed: | 20241112 02:14:18.998 / 20241112 02:14:19.003 / 00:00:00.005 |
Documentation: | SSH login to pcc-mock VM, download latest pcc-mock executable from Nexus. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.003 / 20241112 02:14:19.949 / 00:00:00.946 |
Start / End / Elapsed: | 20241112 02:14:19.003 / 20241112 02:14:19.004 / 00:00:00.001 |
---|
Documentation: | Places search utility to ODL system, which will be needed for version detection. By default also initialize a SSH connection to Tools system, as following Keywords assume a working connection towards target system. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.005 / 20241112 02:14:19.468 / 00:00:00.463 |
Documentation: | Opens a new SSH connection to the given |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.468 / 20241112 02:14:19.468 / 00:00:00.000 |
Documentation: | Update the `configuration` of the current connection. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.469 / 20241112 02:14:19.469 / 00:00:00.000 |
Documentation: | Update the `configuration` of the current connection. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.469 / 20241112 02:14:19.469 / 00:00:00.000 |
Documentation: | On active SSH session: if given non-empty password, do Login, else do Login With Public Key. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.470 / 20241112 02:14:19.885 / 00:00:00.415 |
Documentation: | Deploy a test tool. The test tools have naming convention of the form "<repository_url>/some/dir/somewhere/<tool-name>/<tool-name>-<version-tag>-${suffix}.jar" where "<tool-name>" is the name of the tool and "<version-tag>" is the version tag that is digged out of the maven metadata. This keyword calculates ${name_prefix} and ${name_suffix} for "Deploy_Artifact" and then calls "Deploy_Artifact" to do the real work of deploying the artifact. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.897 / 20241112 02:14:19.948 / 00:00:00.051 |
Documentation: | Returns the given values which can then be assigned to a variables. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.903 / 20241112 02:14:19.903 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.904 / 20241112 02:14:19.904 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.904 / 20241112 02:14:19.904 / 00:00:00.000 |
Documentation: | Deploy the specified artifact from Nexus to the cwd of the machine to which the active SSHLibrary connection points. bgpcep is a name part of an artifact present in system/ of ODl installation with the same version as pcep-pcc-mock should have. Must have https://nexus.opendaylight.org/content/repositories//autorelease-8364/org/opendaylight/integration/karaf/0.22.0/karaf-0.22.0.zip variable set to the URL from which the tested ODL distribution was downloaded and this place must be inside a repository created by a standard distribution construction job. If this is detected to ne be the case, fallback URL is used. If is non-empty, Deploy_From_Utrl is called instead. TODO: Allow deploying to a specific directory, we have SSHKeywords.Execute_Command_At_Cwd_Should_Pass now. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.905 / 20241112 02:14:19.949 / 00:00:00.044 |
Documentation: | Runs the specified keyword and returns from the enclosing user keyword. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.905 / 20241112 02:14:19.905 / 00:00:00.000 |
Documentation: | Returns contents of the |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.906 / 20241112 02:14:19.906 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.906 / 20241112 02:14:19.906 / 00:00:00.000 |
Documentation: | Compare magnesium to titanium and in case titanium is at most magnesium, run ${kw_name} @{varargs} &{kwargs} and return its value. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.916 / 20241112 02:14:19.926 / 00:00:00.010 |
Documentation: | Runs the specified keyword and returns from the enclosing user keyword. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.916 / 20241112 02:14:19.925 / 00:00:00.009 |
Documentation: | Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound}, run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'carpeople'] {} and return its value. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.925 / 20241112 02:14:19.926 / 00:00:00.001 |
Documentation: | Runs the specified keyword and returns from the enclosing user keyword. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.925 / 20241112 02:14:19.925 / 00:00:00.000 |
Documentation: | Compare aluminium to titanium and in case titanium is at most aluminium, run ${kw_name} @{varargs} &{kwargs} and return its value. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.935 / 20241112 02:14:19.935 / 00:00:00.000 |
Documentation: | Compare silicon to titanium and in case titanium is at most silicon, run ${kw_name} @{varargs} &{kwargs} and return its value. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.944 / 20241112 02:14:19.944 / 00:00:00.000 |
Start / End / Elapsed: | 20241112 02:14:19.944 / 20241112 02:14:19.944 / 00:00:00.000 |
---|
Start / End / Elapsed: | 20241112 02:14:19.945 / 20241112 02:14:19.945 / 00:00:00.000 |
---|
Start / End / Elapsed: | 20241112 02:14:19.945 / 20241112 02:14:19.945 / 00:00:00.000 |
---|
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.945 / 20241112 02:14:19.945 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | Returns the given values which can then be assigned to a variables. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | A wrapper for Execute_Command_Passes with return_success_only=False Also, log_on_success defaults to True (but is customizable, unlike return_success_only).. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | Runs the given keyword with the given arguments and ignores possible error. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | Returns and logs the length of the given item as an integer. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.946 / 20241112 02:14:19.946 / 00:00:00.000 |
Documentation: | Sets variable based on the given condition. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Documentation: | Returns the given values which can then be assigned to a variables. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Documentation: | Logs the given message with the given level. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Documentation: | Returns the given values which can then be assigned to a variables. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Documentation: | Executes |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Documentation: | Logs the given message with the given level. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.947 / 20241112 02:14:19.947 / 00:00:00.000 |
Start / End / Elapsed: | 20241112 02:14:19.948 / 20241112 02:14:19.948 / 00:00:00.000 |
---|
Documentation: | Replaces |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.948 / 20241112 02:14:19.948 / 00:00:00.000 |
Documentation: | Executes |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.948 / 20241112 02:14:19.948 / 00:00:00.000 |
Start / End / Elapsed: | 20241112 02:14:19.948 / 20241112 02:14:19.948 / 00:00:00.000 |
---|
Documentation: | Explicitly close all SSH connections. |
---|---|
Start / End / Elapsed: | 20241112 02:14:19.967 / 20241112 02:14:19.967 / 00:00:00.000 |
Full Name: | bgpcep-throughpcep.txt.Cases.Put_Updater |
---|---|
Documentation: | Open SSH session to updater VM, copy the utility there, including dependencies, also prepare direct http session. |
Start / End / Elapsed: | 20241112 02:14:19.949 / 20241112 02:14:19.949 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Save_And_Enable_Tcp_Rw_Reuse |
---|---|
Documentation: | If requested, temporarily enable TCP port reuse on Updater VM to allow for high rate of TCP connections. Do not start failing fast. |
Start / End / Elapsed: | 20241112 02:14:19.950 / 20241112 02:14:19.950 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Topology_Precondition |
---|---|
Documentation: | Verify that within timeout, PCEP topology is present, with no PCC connected. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.951 / 20241112 02:14:19.951 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Topology_Intercondition |
---|---|
Documentation: | Verify that within timeout, PCEP topology contains correct numbers of LSPs. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.951 / 20241112 02:14:19.951 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_1 |
---|---|
Documentation: | Run updater tool to change hops, using 1 blocking http thread. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.952 / 20241112 02:14:19.952 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_1 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.952 / 20241112 02:14:19.952 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_2 |
---|---|
Documentation: | Run updater tool to change hops again, using 2 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.953 / 20241112 02:14:19.953 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_2 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.954 / 20241112 02:14:19.954 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_3 |
---|---|
Documentation: | Run updater tool to change hops again, using 4 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.954 / 20241112 02:14:19.955 / 00:00:00.001 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_3 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.955 / 20241112 02:14:19.955 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_4 |
---|---|
Documentation: | Run updater tool to change hops again, using 8 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.955 / 20241112 02:14:19.955 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_4 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.956 / 20241112 02:14:19.956 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_5 |
---|---|
Documentation: | Run updater tool to change hops again, using 16 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.956 / 20241112 02:14:19.956 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_5 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.957 / 20241112 02:14:19.957 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_6 |
---|---|
Documentation: | Run updater tool to change hops again, using 32 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.957 / 20241112 02:14:19.957 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_6 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.958 / 20241112 02:14:19.958 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_7 |
---|---|
Documentation: | Run updater tool to change hops again, using 64 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.958 / 20241112 02:14:19.958 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_7 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.959 / 20241112 02:14:19.959 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_8 |
---|---|
Documentation: | Run updater tool to change hops again, using 128 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.959 / 20241112 02:14:19.959 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_8 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.960 / 20241112 02:14:19.960 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_9 |
---|---|
Documentation: | Run updater tool to change hops again, using 256 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.960 / 20241112 02:14:19.960 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_9 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.961 / 20241112 02:14:19.961 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_10 |
---|---|
Documentation: | Run updater tool to change hops again, using 512 blocking http threads. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.961 / 20241112 02:14:19.961 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Verify_10 |
---|---|
Documentation: | Verify that within timeout, the correct number of new hops is in PCEP topology. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.962 / 20241112 02:14:19.962 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Updater_with delegate |
---|---|
Documentation: | Run updater tool to revoke the delegate for the given hop, using 1 blocking http thread. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.962 / 20241112 02:14:19.962 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.PCEP_sessions_from_multiple_machines |
---|---|
Documentation: | Download and start PCC Mock in tools vm and do updation |
Start / End / Elapsed: | 20241112 02:14:19.963 / 20241112 02:14:19.963 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Stop_Pcc_Mock |
---|---|
Documentation: | Send ctrl+c to pcc-mock, see prompt again within timeout. |
Start / End / Elapsed: | 20241112 02:14:19.963 / 20241112 02:14:19.963 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.PCEP Sessions Flapped with LSP updates |
---|---|
Documentation: | Flapping PCEP sessions and perform LSP updates within flapping |
Start / End / Elapsed: | 20241112 02:14:19.964 / 20241112 02:14:19.964 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.PCEP Sessions Flapped alongside LSP updates |
---|---|
Documentation: | Flapping PCEP sessions and perform LSP updates alongside flapping |
Start / End / Elapsed: | 20241112 02:14:19.964 / 20241112 02:14:19.964 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Download_Pccmock_Log |
---|---|
Documentation: | Transfer pcc-mock output from pcc-mock VM to robot VM. |
Start / End / Elapsed: | 20241112 02:14:19.965 / 20241112 02:14:19.965 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Topology_Postcondition |
---|---|
Documentation: | Verify that within timeout, PCEP topology contains no PCCs again. |
Tags: | critical |
Start / End / Elapsed: | 20241112 02:14:19.965 / 20241112 02:14:19.965 / 00:00:00.000 |
Status: | FAIL |
Message: |
Full Name: | bgpcep-throughpcep.txt.Cases.Restore_Tcp_Rw_Reuse |
---|---|
Documentation: | If requested, restore the old value if enabling TCP reuse was successful on Updater VM. |
Start / End / Elapsed: | 20241112 02:14:19.966 / 20241112 02:14:19.966 / 00:00:00.000 |
Status: | FAIL |
Message: |