GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 1 | INTENT INSTALL/WITHDRAW LATENCY |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 2 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 3 | Summary: This is a performance test designed to benchmark the |
| 4 | latency of installing intents and withdrawing intents. (intent |
| 5 | install and intent withdraw are separate operations with |
| 6 | independent time data) |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 7 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 8 | Pre-requisites: To run out-of-the box this test requires 7 NODES. |
| 9 | OC1->OC7 must be set before initiating the test. Passwordless |
| 10 | login must be set from TestStation "admin" root user. |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 11 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 12 | ***If you wish to run this test with less than 7 nodes the |
| 13 | following alterations must be made: |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 14 | |
| 15 | NOTE: Only scale sizes 1,3,5 and 7 will be functional |
| 16 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 17 | Modifying .params file: |
| 18 | -- Remove any values in the comma separated list in the <scale> |
| 19 | tag that are above your desired cluster size. |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 20 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 21 | -- Remove one instance of “1,2” from the <testcases> tag for each |
| 22 | value you removed from <scale> (case 1 and 2 are each called |
| 23 | once for each scale value) |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 24 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 25 | -- Change the value in the <max> tag to your desired scale size (1,3,5) |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 26 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 27 | Modifying .topo file: |
| 28 | -- Change the <ONOSbench/COMPONENTS/nodes> tag to your desired scale size |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 29 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 30 | -- Remove all unneeded <ONOS#cli> tags and their contents |