mu 5.7.2.6 → 5.7.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mu.rb +0 -1
- data/lib/mu/api/scale.rb +1 -1
- data/rdoc/Gemfile.html +194 -0
- data/rdoc/LICENSE_txt.html +201 -0
- data/rdoc/Mu.html +478 -0
- data/rdoc/Mu/Client.html +461 -0
- data/rdoc/Mu/Command.html +338 -0
- data/rdoc/Mu/Command/API.html +844 -0
- data/rdoc/Mu/Command/Cmd_appid.html +1342 -0
- data/rdoc/Mu/Command/Cmd_cli.html +800 -0
- data/rdoc/Mu/Command/Cmd_ddt.html +1612 -0
- data/rdoc/Mu/Command/Cmd_homepage.html +762 -0
- data/rdoc/Mu/Command/Cmd_muapi.html +1363 -0
- data/rdoc/Mu/Command/Cmd_netconfig.html +1077 -0
- data/rdoc/Mu/Command/Cmd_runscale.html +1441 -0
- data/rdoc/Mu/Command/Cmd_runscenario.html +787 -0
- data/rdoc/Mu/Command/Cmd_runverify.html +893 -0
- data/rdoc/Mu/Command/Cmd_scale.html +1323 -0
- data/rdoc/Mu/Command/Cmd_system.html +677 -0
- data/rdoc/Mu/Command/Curl.html +751 -0
- data/rdoc/Mu/Command/Help.html +305 -0
- data/rdoc/Mu/Curl.html +243 -0
- data/rdoc/Mu/Curl/Error.html +304 -0
- data/rdoc/Mu/Curl/Error/Authorize.html +355 -0
- data/rdoc/Mu/Curl/Error/Connect.html +286 -0
- data/rdoc/Mu/Curl/Error/DNS.html +236 -0
- data/rdoc/Mu/Curl/Error/Region.html +307 -0
- data/rdoc/Mu/Curl/Error/Status.html +286 -0
- data/rdoc/Mu/Curl/Error/Timeout.html +286 -0
- data/rdoc/Mu/Curl/Verify.html +472 -0
- data/rdoc/Mu/Curl/Verify/Request.html +424 -0
- data/rdoc/Mu/Curl/Verify/Response.html +372 -0
- data/rdoc/Mu/Curl/Verify/Result.html +373 -0
- data/rdoc/Mu/Ddt.html +1347 -0
- data/rdoc/Mu/Helper.html +517 -0
- data/rdoc/Mu/Homepage.html +719 -0
- data/rdoc/Mu/HttpHelper.html +890 -0
- data/rdoc/Mu/Muapi.html +1226 -0
- data/rdoc/Mu/Netconfig.html +1178 -0
- data/rdoc/Mu/Scale.html +1359 -0
- data/rdoc/Mu/System.html +504 -0
- data/rdoc/Object.html +285 -0
- data/rdoc/README_rdoc.html +892 -0
- data/rdoc/Rakefile.html +257 -0
- data/rdoc/TCTestMu.html +2583 -0
- data/rdoc/Test.html +235 -0
- data/rdoc/Test/Unit.html +235 -0
- data/rdoc/Test/Unit/TestCase.html +236 -0
- data/rdoc/Test/helper_rb.html +62 -0
- data/rdoc/Test/tc_test_mu_rb.html +60 -0
- data/rdoc/VERSION.html +179 -0
- data/rdoc/bin/mu.html +54 -0
- data/rdoc/created.rid +36 -1
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +880 -20
- data/rdoc/js/darkfish.js +116 -0
- data/rdoc/js/jquery.js +32 -0
- data/rdoc/js/quicksearch.js +114 -0
- data/rdoc/js/thickbox-compressed.js +10 -0
- data/rdoc/lib/mu/api/ddt_rb.html +52 -0
- data/rdoc/lib/mu/api/homepage_rb.html +52 -0
- data/rdoc/lib/mu/api/muapi_rb.html +52 -0
- data/rdoc/lib/mu/api/netconfig_rb.html +52 -0
- data/rdoc/lib/mu/api/scale_rb.html +52 -0
- data/rdoc/lib/mu/api/system_rb.html +52 -0
- data/rdoc/lib/mu/client_rb.html +52 -0
- data/rdoc/lib/mu/command/api_rb.html +52 -0
- data/rdoc/lib/mu/command/cmd_appid_rb.html +62 -0
- data/rdoc/lib/mu/command/cmd_cli_rb.html +55 -0
- data/rdoc/lib/mu/command/cmd_ddt_rb.html +60 -0
- data/rdoc/lib/mu/command/cmd_homepage_rb.html +57 -0
- data/rdoc/lib/mu/command/cmd_muapi_rb.html +59 -0
- data/rdoc/lib/mu/command/cmd_netconfig_rb.html +58 -0
- data/rdoc/lib/mu/command/cmd_runscale_rb.html +62 -0
- data/rdoc/lib/mu/command/cmd_runscenario_rb.html +57 -0
- data/rdoc/lib/mu/command/cmd_runverify_rb.html +61 -0
- data/rdoc/lib/mu/command/cmd_scale_rb.html +58 -0
- data/rdoc/lib/mu/command/cmd_system_rb.html +59 -0
- data/rdoc/lib/mu/command/curl_rb.html +52 -0
- data/rdoc/lib/mu/command/help_rb.html +52 -0
- data/rdoc/lib/mu/command_rb.html +55 -0
- data/rdoc/lib/mu/curl/error_rb.html +52 -0
- data/rdoc/lib/mu/curl/verify_rb.html +52 -0
- data/rdoc/lib/mu/helper_rb.html +52 -0
- data/rdoc/lib/mu/http_helper_rb.html +52 -0
- data/rdoc/lib/mu_rb.html +80 -0
- data/rdoc/rdoc.css +706 -0
- data/test/data/app_id_stats.csv +1 -1
- data/test/data/app_id_status.json +117 -117
- data/test/data/{scale_configuration.json → scale.json} +11 -11
- metadata +142 -407
- data/rdoc/classes/Mu.src/M000001.html +0 -39
- data/rdoc/classes/Mu.src/M000002.html +0 -29
- data/rdoc/classes/Mu.src/M000053.html +0 -39
- data/rdoc/classes/Mu.src/M000054.html +0 -29
- data/rdoc/classes/Mu/Client.src/M000212.html +0 -24
- data/rdoc/classes/Mu/Client.src/M000213.html +0 -18
- data/rdoc/classes/Mu/Client.src/M000214.html +0 -18
- data/rdoc/classes/Mu/Client.src/M000215.html +0 -18
- data/rdoc/classes/Mu/Client.src/M000216.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000130.html +0 -22
- data/rdoc/classes/Mu/Command/API.src/M000131.html +0 -19
- data/rdoc/classes/Mu/Command/API.src/M000132.html +0 -19
- data/rdoc/classes/Mu/Command/API.src/M000133.html +0 -19
- data/rdoc/classes/Mu/Command/API.src/M000134.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000135.html +0 -17
- data/rdoc/classes/Mu/Command/API.src/M000136.html +0 -23
- data/rdoc/classes/Mu/Command/API.src/M000137.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000138.html +0 -29
- data/rdoc/classes/Mu/Command/API.src/M000139.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000140.html +0 -22
- data/rdoc/classes/Mu/Command/API.src/M000141.html +0 -19
- data/rdoc/classes/Mu/Command/API.src/M000142.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000143.html +0 -18
- data/rdoc/classes/Mu/Command/API.src/M000144.html +0 -17
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000053.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000054.html +0 -30
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000055.html +0 -39
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000056.html +0 -50
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000145.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000146.html +0 -30
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000147.html +0 -39
- data/rdoc/classes/Mu/Command/Cmd_appid.src/M000148.html +0 -50
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000200.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000201.html +0 -19
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000202.html +0 -19
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000203.html +0 -19
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000204.html +0 -20
- data/rdoc/classes/Mu/Command/Cmd_cli.src/M000205.html +0 -20
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000101.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000102.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000103.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000104.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000105.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000106.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000107.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000108.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000109.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000110.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000111.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000112.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000113.html +0 -43
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000114.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000115.html +0 -38
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000116.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000117.html +0 -38
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000118.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000119.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000120.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000121.html +0 -24
- data/rdoc/classes/Mu/Command/Cmd_ddt.src/M000122.html +0 -24
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000206.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000207.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000208.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000209.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000210.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_homepage.src/M000211.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000164.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000165.html +0 -27
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000166.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000167.html +0 -27
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000168.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000169.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000170.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000171.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000172.html +0 -28
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000173.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000174.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000175.html +0 -28
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000176.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000177.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000178.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000179.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_muapi.src/M000180.html +0 -24
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000060.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000061.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000062.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000063.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000064.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000065.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000066.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000067.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000068.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000069.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000070.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000071.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000152.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000153.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000154.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000155.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000156.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000157.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000158.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000159.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000160.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000161.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000162.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_netconfig.src/M000163.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000003.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000004.html +0 -51
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000005.html +0 -50
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000057.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000058.html +0 -51
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000059.html +0 -50
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000149.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000150.html +0 -51
- data/rdoc/classes/Mu/Command/Cmd_runscale.src/M000151.html +0 -50
- data/rdoc/classes/Mu/Command/Cmd_runscenario.src/M000128.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_runscenario.src/M000129.html +0 -144
- data/rdoc/classes/Mu/Command/Cmd_runverify.src/M000198.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_runverify.src/M000199.html +0 -200
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000181.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000182.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000183.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000184.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000185.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000186.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000187.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000188.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000189.html +0 -23
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000190.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000191.html +0 -29
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000192.html +0 -27
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000193.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000194.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000195.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000196.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_scale.src/M000197.html +0 -22
- data/rdoc/classes/Mu/Command/Cmd_system.src/M000097.html +0 -18
- data/rdoc/classes/Mu/Command/Cmd_system.src/M000098.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_system.src/M000099.html +0 -21
- data/rdoc/classes/Mu/Command/Cmd_system.src/M000100.html +0 -21
- data/rdoc/classes/Mu/Command/Curl.src/M000124.html +0 -18
- data/rdoc/classes/Mu/Command/Curl.src/M000125.html +0 -21
- data/rdoc/classes/Mu/Command/Curl.src/M000126.html +0 -26
- data/rdoc/classes/Mu/Command/Help.src/M000123.html +0 -38
- data/rdoc/classes/Mu/Curl/Error.src/M000063.html +0 -18
- data/rdoc/classes/Mu/Curl/Error/Authorize.src/M000065.html +0 -22
- data/rdoc/classes/Mu/Curl/Error/Connect.src/M000068.html +0 -19
- data/rdoc/classes/Mu/Curl/Error/Region.src/M000066.html +0 -19
- data/rdoc/classes/Mu/Curl/Error/Status.src/M000064.html +0 -19
- data/rdoc/classes/Mu/Curl/Error/Timeout.src/M000067.html +0 -19
- data/rdoc/classes/Mu/Curl/Verify.src/M000055.html +0 -29
- data/rdoc/classes/Mu/Curl/Verify.src/M000056.html +0 -18
- data/rdoc/classes/Mu/Curl/Verify.src/M000057.html +0 -46
- data/rdoc/classes/Mu/Curl/Verify.src/M000058.html +0 -18
- data/rdoc/classes/Mu/Curl/Verify/Request.src/M000061.html +0 -35
- data/rdoc/classes/Mu/Curl/Verify/Request.src/M000062.html +0 -23
- data/rdoc/classes/Mu/Curl/Verify/Response.src/M000059.html +0 -24
- data/rdoc/classes/Mu/Curl/Verify/Result.src/M000060.html +0 -25
- data/rdoc/classes/Mu/Ddt.src/M000242.html +0 -24
- data/rdoc/classes/Mu/Ddt.src/M000243.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000244.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000245.html +0 -23
- data/rdoc/classes/Mu/Ddt.src/M000246.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000247.html +0 -32
- data/rdoc/classes/Mu/Ddt.src/M000248.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000249.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000250.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000251.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000252.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000253.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000254.html +0 -25
- data/rdoc/classes/Mu/Ddt.src/M000255.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000256.html +0 -24
- data/rdoc/classes/Mu/Ddt.src/M000257.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000258.html +0 -24
- data/rdoc/classes/Mu/Ddt.src/M000259.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000260.html +0 -35
- data/rdoc/classes/Mu/Ddt.src/M000261.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000262.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000263.html +0 -20
- data/rdoc/classes/Mu/Ddt.src/M000264.html +0 -22
- data/rdoc/classes/Mu/Homepage.src/M000236.html +0 -25
- data/rdoc/classes/Mu/Homepage.src/M000237.html +0 -20
- data/rdoc/classes/Mu/Homepage.src/M000238.html +0 -20
- data/rdoc/classes/Mu/Homepage.src/M000239.html +0 -20
- data/rdoc/classes/Mu/Homepage.src/M000240.html +0 -20
- data/rdoc/classes/Mu/Homepage.src/M000241.html +0 -20
- data/rdoc/classes/Mu/HttpHelper.src/M000069.html +0 -22
- data/rdoc/classes/Mu/HttpHelper.src/M000070.html +0 -25
- data/rdoc/classes/Mu/HttpHelper.src/M000071.html +0 -34
- data/rdoc/classes/Mu/HttpHelper.src/M000072.html +0 -39
- data/rdoc/classes/Mu/HttpHelper.src/M000073.html +0 -36
- data/rdoc/classes/Mu/HttpHelper.src/M000074.html +0 -34
- data/rdoc/classes/Mu/HttpHelper.src/M000075.html +0 -46
- data/rdoc/classes/Mu/HttpHelper.src/M000076.html +0 -24
- data/rdoc/classes/Mu/HttpHelper.src/M000077.html +0 -19
- data/rdoc/classes/Mu/HttpHelper.src/M000078.html +0 -33
- data/rdoc/classes/Mu/HttpHelper.src/M000079.html +0 -29
- data/rdoc/classes/Mu/Muapi.src/M000080.html +0 -25
- data/rdoc/classes/Mu/Muapi.src/M000081.html +0 -27
- data/rdoc/classes/Mu/Muapi.src/M000082.html +0 -24
- data/rdoc/classes/Mu/Muapi.src/M000083.html +0 -27
- data/rdoc/classes/Mu/Muapi.src/M000084.html +0 -23
- data/rdoc/classes/Mu/Muapi.src/M000085.html +0 -23
- data/rdoc/classes/Mu/Muapi.src/M000086.html +0 -23
- data/rdoc/classes/Mu/Muapi.src/M000087.html +0 -23
- data/rdoc/classes/Mu/Muapi.src/M000088.html +0 -23
- data/rdoc/classes/Mu/Muapi.src/M000089.html +0 -22
- data/rdoc/classes/Mu/Muapi.src/M000090.html +0 -21
- data/rdoc/classes/Mu/Muapi.src/M000091.html +0 -19
- data/rdoc/classes/Mu/Muapi.src/M000092.html +0 -18
- data/rdoc/classes/Mu/Muapi.src/M000093.html +0 -18
- data/rdoc/classes/Mu/Muapi.src/M000094.html +0 -36
- data/rdoc/classes/Mu/Muapi.src/M000095.html +0 -34
- data/rdoc/classes/Mu/Muapi.src/M000096.html +0 -34
- data/rdoc/classes/Mu/Netconfig.src/M000072.html +0 -25
- data/rdoc/classes/Mu/Netconfig.src/M000073.html +0 -20
- data/rdoc/classes/Mu/Netconfig.src/M000074.html +0 -21
- data/rdoc/classes/Mu/Netconfig.src/M000075.html +0 -24
- data/rdoc/classes/Mu/Netconfig.src/M000076.html +0 -20
- data/rdoc/classes/Mu/Netconfig.src/M000077.html +0 -36
- data/rdoc/classes/Mu/Netconfig.src/M000078.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000079.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000080.html +0 -39
- data/rdoc/classes/Mu/Netconfig.src/M000081.html +0 -21
- data/rdoc/classes/Mu/Netconfig.src/M000082.html +0 -23
- data/rdoc/classes/Mu/Netconfig.src/M000083.html +0 -26
- data/rdoc/classes/Mu/Netconfig.src/M000084.html +0 -23
- data/rdoc/classes/Mu/Netconfig.src/M000085.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000086.html +0 -19
- data/rdoc/classes/Mu/Netconfig.src/M000217.html +0 -25
- data/rdoc/classes/Mu/Netconfig.src/M000218.html +0 -20
- data/rdoc/classes/Mu/Netconfig.src/M000219.html +0 -21
- data/rdoc/classes/Mu/Netconfig.src/M000220.html +0 -24
- data/rdoc/classes/Mu/Netconfig.src/M000221.html +0 -20
- data/rdoc/classes/Mu/Netconfig.src/M000222.html +0 -36
- data/rdoc/classes/Mu/Netconfig.src/M000223.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000224.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000225.html +0 -37
- data/rdoc/classes/Mu/Netconfig.src/M000226.html +0 -21
- data/rdoc/classes/Mu/Netconfig.src/M000227.html +0 -23
- data/rdoc/classes/Mu/Netconfig.src/M000228.html +0 -26
- data/rdoc/classes/Mu/Netconfig.src/M000229.html +0 -23
- data/rdoc/classes/Mu/Netconfig.src/M000230.html +0 -22
- data/rdoc/classes/Mu/Netconfig.src/M000231.html +0 -19
- data/rdoc/classes/Mu/Scale.src/M000006.html +0 -47
- data/rdoc/classes/Mu/Scale.src/M000007.html +0 -27
- data/rdoc/classes/Mu/Scale.src/M000008.html +0 -22
- data/rdoc/classes/Mu/Scale.src/M000009.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000010.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000011.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000012.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000013.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000014.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000015.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000016.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000017.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000018.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000019.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000020.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000021.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000022.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000023.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000024.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000025.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000265.html +0 -46
- data/rdoc/classes/Mu/Scale.src/M000266.html +0 -27
- data/rdoc/classes/Mu/Scale.src/M000267.html +0 -22
- data/rdoc/classes/Mu/Scale.src/M000268.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000269.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000270.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000271.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000272.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000273.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000274.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000275.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000276.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000277.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000278.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000279.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000280.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000281.html +0 -20
- data/rdoc/classes/Mu/Scale.src/M000282.html +0 -20
- data/rdoc/classes/Mu/System.src/M000232.html +0 -25
- data/rdoc/classes/Mu/System.src/M000233.html +0 -20
- data/rdoc/classes/Mu/System.src/M000234.html +0 -20
- data/rdoc/classes/Mu/System.src/M000235.html +0 -20
- data/rdoc/classes/Object.src/M000052.html +0 -18
- data/rdoc/classes/TCTestMu.src/M000001.html +0 -24
- data/rdoc/classes/TCTestMu.src/M000002.html +0 -18
- data/rdoc/classes/TCTestMu.src/M000003.html +0 -32
- data/rdoc/classes/TCTestMu.src/M000004.html +0 -33
- data/rdoc/classes/TCTestMu.src/M000005.html +0 -21
- data/rdoc/classes/TCTestMu.src/M000006.html +0 -21
- data/rdoc/classes/TCTestMu.src/M000007.html +0 -26
- data/rdoc/classes/TCTestMu.src/M000008.html +0 -29
- data/rdoc/classes/TCTestMu.src/M000009.html +0 -39
- data/rdoc/classes/TCTestMu.src/M000010.html +0 -38
- data/rdoc/classes/TCTestMu.src/M000011.html +0 -38
- data/rdoc/classes/TCTestMu.src/M000012.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000013.html +0 -25
- data/rdoc/classes/TCTestMu.src/M000014.html +0 -25
- data/rdoc/classes/TCTestMu.src/M000015.html +0 -33
- data/rdoc/classes/TCTestMu.src/M000016.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000017.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000018.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000019.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000020.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000021.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000022.html +0 -23
- data/rdoc/classes/TCTestMu.src/M000023.html +0 -23
- data/rdoc/classes/TCTestMu.src/M000024.html +0 -44
- data/rdoc/classes/TCTestMu.src/M000025.html +0 -53
- data/rdoc/classes/TCTestMu.src/M000026.html +0 -22
- data/rdoc/classes/TCTestMu.src/M000027.html +0 -49
- data/rdoc/classes/TCTestMu.src/M000028.html +0 -40
- data/rdoc/classes/TCTestMu.src/M000029.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000030.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000031.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000032.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000033.html +0 -27
- data/rdoc/classes/TCTestMu.src/M000034.html +0 -32
- data/rdoc/classes/TCTestMu.src/M000035.html +0 -23
- data/rdoc/classes/TCTestMu.src/M000036.html +0 -41
- data/rdoc/classes/TCTestMu.src/M000037.html +0 -23
- data/rdoc/classes/TCTestMu.src/M000038.html +0 -24
- data/rdoc/classes/TCTestMu.src/M000039.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000040.html +0 -32
- data/rdoc/classes/TCTestMu.src/M000041.html +0 -32
- data/rdoc/classes/TCTestMu.src/M000042.html +0 -26
- data/rdoc/classes/TCTestMu.src/M000043.html +0 -28
- data/rdoc/classes/TCTestMu.src/M000044.html +0 -21
- data/rdoc/classes/TCTestMu.src/M000045.html +0 -23
- data/rdoc/classes/TCTestMu.src/M000046.html +0 -21
- data/rdoc/classes/TCTestMu.src/M000047.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000048.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000049.html +0 -22
- data/rdoc/classes/TCTestMu.src/M000050.html +0 -20
- data/rdoc/classes/TCTestMu.src/M000051.html +0 -35
- data/test/helper.rb +0 -18
- data/test/tc_test_mu.rb +0 -720
data/rdoc/Object.html
ADDED
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
7
|
+
|
|
8
|
+
<title>Class: Object</title>
|
|
9
|
+
|
|
10
|
+
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
|
|
11
|
+
|
|
12
|
+
<script src="./js/jquery.js" type="text/javascript"
|
|
13
|
+
charset="utf-8"></script>
|
|
14
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
|
15
|
+
charset="utf-8"></script>
|
|
16
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
|
17
|
+
charset="utf-8"></script>
|
|
18
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
|
19
|
+
charset="utf-8"></script>
|
|
20
|
+
|
|
21
|
+
</head>
|
|
22
|
+
<body class="class">
|
|
23
|
+
|
|
24
|
+
<div id="metadata">
|
|
25
|
+
<div id="home-metadata">
|
|
26
|
+
<div id="home-section" class="section">
|
|
27
|
+
<h3 class="section-header">
|
|
28
|
+
<a href="./index.html">Home</a>
|
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
|
31
|
+
</h3>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="file-metadata">
|
|
36
|
+
<div id="file-list-section" class="section">
|
|
37
|
+
<h3 class="section-header">In Files</h3>
|
|
38
|
+
<div class="section-body">
|
|
39
|
+
<ul>
|
|
40
|
+
|
|
41
|
+
<li><a href="./test/tc_test_mu_rb.html?TB_iframe=true&height=550&width=785"
|
|
42
|
+
class="thickbox" title="test/tc_test_mu.rb">test/tc_test_mu.rb</a></li>
|
|
43
|
+
|
|
44
|
+
</ul>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div id="class-metadata">
|
|
52
|
+
|
|
53
|
+
<!-- Parent Class -->
|
|
54
|
+
|
|
55
|
+
<div id="parent-class-section" class="section">
|
|
56
|
+
<h3 class="section-header">Parent</h3>
|
|
57
|
+
|
|
58
|
+
<p class="link"><a href="Object.html">Object</a></p>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<!-- Namespace Contents -->
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<!-- Method Quickref -->
|
|
67
|
+
|
|
68
|
+
<div id="method-list-section" class="section">
|
|
69
|
+
<h3 class="section-header">Methods</h3>
|
|
70
|
+
<ul class="link-list">
|
|
71
|
+
|
|
72
|
+
<li><a href="#method-i-deep_clone">#deep_clone</a></li>
|
|
73
|
+
|
|
74
|
+
</ul>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
<!-- Included Modules -->
|
|
79
|
+
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
<div id="project-metadata">
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
<div id="fileindex-section" class="section project-section">
|
|
86
|
+
<h3 class="section-header">Files</h3>
|
|
87
|
+
<ul>
|
|
88
|
+
|
|
89
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
|
90
|
+
|
|
91
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE.txt</a></li>
|
|
92
|
+
|
|
93
|
+
<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
|
|
94
|
+
|
|
95
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
|
96
|
+
|
|
97
|
+
<li class="file"><a href="./VERSION.html">VERSION</a></li>
|
|
98
|
+
|
|
99
|
+
</ul>
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
<div id="classindex-section" class="section project-section">
|
|
104
|
+
<h3 class="section-header">Class Index
|
|
105
|
+
<span class="search-toggle"><img src="./images/find.png"
|
|
106
|
+
height="16" width="16" alt="[+]"
|
|
107
|
+
title="show/hide quicksearch" /></span></h3>
|
|
108
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
109
|
+
<fieldset>
|
|
110
|
+
<legend>Quicksearch</legend>
|
|
111
|
+
<input type="text" name="quicksearch" value=""
|
|
112
|
+
class="quicksearch-field" />
|
|
113
|
+
</fieldset>
|
|
114
|
+
</form>
|
|
115
|
+
|
|
116
|
+
<ul class="link-list">
|
|
117
|
+
|
|
118
|
+
<li><a href="./Mu.html">Mu</a></li>
|
|
119
|
+
|
|
120
|
+
<li><a href="./Mu/Client.html">Mu::Client</a></li>
|
|
121
|
+
|
|
122
|
+
<li><a href="./Mu/Command.html">Mu::Command</a></li>
|
|
123
|
+
|
|
124
|
+
<li><a href="./Mu/Command/API.html">Mu::Command::API</a></li>
|
|
125
|
+
|
|
126
|
+
<li><a href="./Mu/Command/API.html">Mu::Command::API</a></li>
|
|
127
|
+
|
|
128
|
+
<li><a href="./Mu/Command/Cmd_appid.html">Mu::Command::Cmd_appid</a></li>
|
|
129
|
+
|
|
130
|
+
<li><a href="./Mu/Command/Cmd_cli.html">Mu::Command::Cmd_cli</a></li>
|
|
131
|
+
|
|
132
|
+
<li><a href="./Mu/Command/Cmd_ddt.html">Mu::Command::Cmd_ddt</a></li>
|
|
133
|
+
|
|
134
|
+
<li><a href="./Mu/Command/Cmd_homepage.html">Mu::Command::Cmd_homepage</a></li>
|
|
135
|
+
|
|
136
|
+
<li><a href="./Mu/Command/Cmd_muapi.html">Mu::Command::Cmd_muapi</a></li>
|
|
137
|
+
|
|
138
|
+
<li><a href="./Mu/Command/Cmd_netconfig.html">Mu::Command::Cmd_netconfig</a></li>
|
|
139
|
+
|
|
140
|
+
<li><a href="./Mu/Command/Cmd_runscale.html">Mu::Command::Cmd_runscale</a></li>
|
|
141
|
+
|
|
142
|
+
<li><a href="./Mu/Command/Cmd_runscenario.html">Mu::Command::Cmd_runscenario</a></li>
|
|
143
|
+
|
|
144
|
+
<li><a href="./Mu/Command/Cmd_runverify.html">Mu::Command::Cmd_runverify</a></li>
|
|
145
|
+
|
|
146
|
+
<li><a href="./Mu/Command/Cmd_scale.html">Mu::Command::Cmd_scale</a></li>
|
|
147
|
+
|
|
148
|
+
<li><a href="./Mu/Command/Cmd_system.html">Mu::Command::Cmd_system</a></li>
|
|
149
|
+
|
|
150
|
+
<li><a href="./Mu/Command/Curl.html">Mu::Command::Curl</a></li>
|
|
151
|
+
|
|
152
|
+
<li><a href="./Mu/Command/Help.html">Mu::Command::Help</a></li>
|
|
153
|
+
|
|
154
|
+
<li><a href="./Mu/Curl.html">Mu::Curl</a></li>
|
|
155
|
+
|
|
156
|
+
<li><a href="./Mu/Curl/Error.html">Mu::Curl::Error</a></li>
|
|
157
|
+
|
|
158
|
+
<li><a href="./Mu/Curl/Error/Authorize.html">Mu::Curl::Error::Authorize</a></li>
|
|
159
|
+
|
|
160
|
+
<li><a href="./Mu/Curl/Error/Connect.html">Mu::Curl::Error::Connect</a></li>
|
|
161
|
+
|
|
162
|
+
<li><a href="./Mu/Curl/Error/DNS.html">Mu::Curl::Error::DNS</a></li>
|
|
163
|
+
|
|
164
|
+
<li><a href="./Mu/Curl/Error/Region.html">Mu::Curl::Error::Region</a></li>
|
|
165
|
+
|
|
166
|
+
<li><a href="./Mu/Curl/Error/Status.html">Mu::Curl::Error::Status</a></li>
|
|
167
|
+
|
|
168
|
+
<li><a href="./Mu/Curl/Error/Timeout.html">Mu::Curl::Error::Timeout</a></li>
|
|
169
|
+
|
|
170
|
+
<li><a href="./Mu/Curl/Verify.html">Mu::Curl::Verify</a></li>
|
|
171
|
+
|
|
172
|
+
<li><a href="./Mu/Curl/Verify/Request.html">Mu::Curl::Verify::Request</a></li>
|
|
173
|
+
|
|
174
|
+
<li><a href="./Mu/Curl/Verify/Response.html">Mu::Curl::Verify::Response</a></li>
|
|
175
|
+
|
|
176
|
+
<li><a href="./Mu/Curl/Verify/Result.html">Mu::Curl::Verify::Result</a></li>
|
|
177
|
+
|
|
178
|
+
<li><a href="./Mu/Ddt.html">Mu::Ddt</a></li>
|
|
179
|
+
|
|
180
|
+
<li><a href="./Mu/Helper.html">Mu::Helper</a></li>
|
|
181
|
+
|
|
182
|
+
<li><a href="./Mu/Homepage.html">Mu::Homepage</a></li>
|
|
183
|
+
|
|
184
|
+
<li><a href="./Mu/HttpHelper.html">Mu::HttpHelper</a></li>
|
|
185
|
+
|
|
186
|
+
<li><a href="./Mu/Muapi.html">Mu::Muapi</a></li>
|
|
187
|
+
|
|
188
|
+
<li><a href="./Mu/Netconfig.html">Mu::Netconfig</a></li>
|
|
189
|
+
|
|
190
|
+
<li><a href="./Mu/Scale.html">Mu::Scale</a></li>
|
|
191
|
+
|
|
192
|
+
<li><a href="./Mu/System.html">Mu::System</a></li>
|
|
193
|
+
|
|
194
|
+
<li><a href="./Test.html">Test</a></li>
|
|
195
|
+
|
|
196
|
+
<li><a href="./Test/Unit.html">Test::Unit</a></li>
|
|
197
|
+
|
|
198
|
+
<li><a href="./Test/Unit/TestCase.html">Test::Unit::TestCase</a></li>
|
|
199
|
+
|
|
200
|
+
<li><a href="./Object.html">Object</a></li>
|
|
201
|
+
|
|
202
|
+
<li><a href="./TCTestMu.html">TCTestMu</a></li>
|
|
203
|
+
|
|
204
|
+
</ul>
|
|
205
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
206
|
+
</div>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
</div>
|
|
210
|
+
</div>
|
|
211
|
+
|
|
212
|
+
<div id="documentation">
|
|
213
|
+
<h1 class="class">Object</h1>
|
|
214
|
+
|
|
215
|
+
<div id="description">
|
|
216
|
+
|
|
217
|
+
</div>
|
|
218
|
+
|
|
219
|
+
<!-- Constants -->
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
<!-- Attributes -->
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
<!-- Methods -->
|
|
226
|
+
|
|
227
|
+
<div id="public-instance-method-details" class="method-section section">
|
|
228
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
<div id="deep-clone-method" class="method-detail ">
|
|
232
|
+
<a name="method-i-deep_clone"></a>
|
|
233
|
+
|
|
234
|
+
<div class="method-heading">
|
|
235
|
+
|
|
236
|
+
<span class="method-name">deep_clone</span><span
|
|
237
|
+
class="method-args">()</span>
|
|
238
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
239
|
+
|
|
240
|
+
</div>
|
|
241
|
+
|
|
242
|
+
<div class="method-description">
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<div class="method-source-code"
|
|
249
|
+
id="deep-clone-source">
|
|
250
|
+
<pre>
|
|
251
|
+
<span class="ruby-comment cmt"># File test/tc_test_mu.rb, line 8</span>
|
|
252
|
+
8: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">deep_clone</span>
|
|
253
|
+
9: <span class="ruby-constant">Marshal</span><span class="ruby-operator">::</span><span class="ruby-identifier">load</span>(<span class="ruby-constant">Marshal</span>.<span class="ruby-identifier">dump</span>(<span class="ruby-keyword kw">self</span>))
|
|
254
|
+
10: <span class="ruby-keyword kw">end</span></pre>
|
|
255
|
+
</div>
|
|
256
|
+
|
|
257
|
+
</div>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
</div>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
</div>
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
</div>
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
|
272
|
+
|
|
273
|
+
<p>Disabled; run with --debug to generate this.</p>
|
|
274
|
+
|
|
275
|
+
</div>
|
|
276
|
+
|
|
277
|
+
<div id="validator-badges">
|
|
278
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
279
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
280
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
281
|
+
</div>
|
|
282
|
+
|
|
283
|
+
</body>
|
|
284
|
+
</html>
|
|
285
|
+
|
|
@@ -0,0 +1,892 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
+
|
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
6
|
+
<head>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
8
|
+
|
|
9
|
+
<title>File: README.rdoc [RDoc Documentation]</title>
|
|
10
|
+
|
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
|
14
|
+
charset="utf-8"></script>
|
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
|
16
|
+
charset="utf-8"></script>
|
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
|
18
|
+
charset="utf-8"></script>
|
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
|
20
|
+
charset="utf-8"></script>
|
|
21
|
+
</head>
|
|
22
|
+
|
|
23
|
+
<body class="file">
|
|
24
|
+
<div id="metadata">
|
|
25
|
+
<div id="home-metadata">
|
|
26
|
+
<div id="home-section" class="section">
|
|
27
|
+
<h3 class="section-header">
|
|
28
|
+
<a href="./index.html">Home</a>
|
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
|
31
|
+
</h3>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="project-metadata">
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
|
39
|
+
<h3 class="section-header">Files</h3>
|
|
40
|
+
<ul>
|
|
41
|
+
|
|
42
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
|
43
|
+
|
|
44
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE.txt</a></li>
|
|
45
|
+
|
|
46
|
+
<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
|
|
47
|
+
|
|
48
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
|
49
|
+
|
|
50
|
+
<li class="file"><a href="./VERSION.html">VERSION</a></li>
|
|
51
|
+
|
|
52
|
+
</ul>
|
|
53
|
+
</div>
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
<div id="classindex-section" class="section project-section">
|
|
57
|
+
<h3 class="section-header">Class Index
|
|
58
|
+
<span class="search-toggle"><img src="./images/find.png"
|
|
59
|
+
height="16" width="16" alt="[+]"
|
|
60
|
+
title="show/hide quicksearch" /></span></h3>
|
|
61
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
62
|
+
<fieldset>
|
|
63
|
+
<legend>Quicksearch</legend>
|
|
64
|
+
<input type="text" name="quicksearch" value=""
|
|
65
|
+
class="quicksearch-field" />
|
|
66
|
+
</fieldset>
|
|
67
|
+
</form>
|
|
68
|
+
|
|
69
|
+
<ul class="link-list">
|
|
70
|
+
|
|
71
|
+
<li><a href="./Mu.html">Mu</a></li>
|
|
72
|
+
|
|
73
|
+
<li><a href="./Mu/Client.html">Mu::Client</a></li>
|
|
74
|
+
|
|
75
|
+
<li><a href="./Mu/Command.html">Mu::Command</a></li>
|
|
76
|
+
|
|
77
|
+
<li><a href="./Mu/Command/API.html">Mu::Command::API</a></li>
|
|
78
|
+
|
|
79
|
+
<li><a href="./Mu/Command/API.html">Mu::Command::API</a></li>
|
|
80
|
+
|
|
81
|
+
<li><a href="./Mu/Command/Cmd_appid.html">Mu::Command::Cmd_appid</a></li>
|
|
82
|
+
|
|
83
|
+
<li><a href="./Mu/Command/Cmd_cli.html">Mu::Command::Cmd_cli</a></li>
|
|
84
|
+
|
|
85
|
+
<li><a href="./Mu/Command/Cmd_ddt.html">Mu::Command::Cmd_ddt</a></li>
|
|
86
|
+
|
|
87
|
+
<li><a href="./Mu/Command/Cmd_homepage.html">Mu::Command::Cmd_homepage</a></li>
|
|
88
|
+
|
|
89
|
+
<li><a href="./Mu/Command/Cmd_muapi.html">Mu::Command::Cmd_muapi</a></li>
|
|
90
|
+
|
|
91
|
+
<li><a href="./Mu/Command/Cmd_netconfig.html">Mu::Command::Cmd_netconfig</a></li>
|
|
92
|
+
|
|
93
|
+
<li><a href="./Mu/Command/Cmd_runscale.html">Mu::Command::Cmd_runscale</a></li>
|
|
94
|
+
|
|
95
|
+
<li><a href="./Mu/Command/Cmd_runscenario.html">Mu::Command::Cmd_runscenario</a></li>
|
|
96
|
+
|
|
97
|
+
<li><a href="./Mu/Command/Cmd_runverify.html">Mu::Command::Cmd_runverify</a></li>
|
|
98
|
+
|
|
99
|
+
<li><a href="./Mu/Command/Cmd_scale.html">Mu::Command::Cmd_scale</a></li>
|
|
100
|
+
|
|
101
|
+
<li><a href="./Mu/Command/Cmd_system.html">Mu::Command::Cmd_system</a></li>
|
|
102
|
+
|
|
103
|
+
<li><a href="./Mu/Command/Curl.html">Mu::Command::Curl</a></li>
|
|
104
|
+
|
|
105
|
+
<li><a href="./Mu/Command/Help.html">Mu::Command::Help</a></li>
|
|
106
|
+
|
|
107
|
+
<li><a href="./Mu/Curl.html">Mu::Curl</a></li>
|
|
108
|
+
|
|
109
|
+
<li><a href="./Mu/Curl/Error.html">Mu::Curl::Error</a></li>
|
|
110
|
+
|
|
111
|
+
<li><a href="./Mu/Curl/Error/Authorize.html">Mu::Curl::Error::Authorize</a></li>
|
|
112
|
+
|
|
113
|
+
<li><a href="./Mu/Curl/Error/Connect.html">Mu::Curl::Error::Connect</a></li>
|
|
114
|
+
|
|
115
|
+
<li><a href="./Mu/Curl/Error/DNS.html">Mu::Curl::Error::DNS</a></li>
|
|
116
|
+
|
|
117
|
+
<li><a href="./Mu/Curl/Error/Region.html">Mu::Curl::Error::Region</a></li>
|
|
118
|
+
|
|
119
|
+
<li><a href="./Mu/Curl/Error/Status.html">Mu::Curl::Error::Status</a></li>
|
|
120
|
+
|
|
121
|
+
<li><a href="./Mu/Curl/Error/Timeout.html">Mu::Curl::Error::Timeout</a></li>
|
|
122
|
+
|
|
123
|
+
<li><a href="./Mu/Curl/Verify.html">Mu::Curl::Verify</a></li>
|
|
124
|
+
|
|
125
|
+
<li><a href="./Mu/Curl/Verify/Request.html">Mu::Curl::Verify::Request</a></li>
|
|
126
|
+
|
|
127
|
+
<li><a href="./Mu/Curl/Verify/Response.html">Mu::Curl::Verify::Response</a></li>
|
|
128
|
+
|
|
129
|
+
<li><a href="./Mu/Curl/Verify/Result.html">Mu::Curl::Verify::Result</a></li>
|
|
130
|
+
|
|
131
|
+
<li><a href="./Mu/Ddt.html">Mu::Ddt</a></li>
|
|
132
|
+
|
|
133
|
+
<li><a href="./Mu/Helper.html">Mu::Helper</a></li>
|
|
134
|
+
|
|
135
|
+
<li><a href="./Mu/Homepage.html">Mu::Homepage</a></li>
|
|
136
|
+
|
|
137
|
+
<li><a href="./Mu/HttpHelper.html">Mu::HttpHelper</a></li>
|
|
138
|
+
|
|
139
|
+
<li><a href="./Mu/Muapi.html">Mu::Muapi</a></li>
|
|
140
|
+
|
|
141
|
+
<li><a href="./Mu/Netconfig.html">Mu::Netconfig</a></li>
|
|
142
|
+
|
|
143
|
+
<li><a href="./Mu/Scale.html">Mu::Scale</a></li>
|
|
144
|
+
|
|
145
|
+
<li><a href="./Mu/System.html">Mu::System</a></li>
|
|
146
|
+
|
|
147
|
+
<li><a href="./Test.html">Test</a></li>
|
|
148
|
+
|
|
149
|
+
<li><a href="./Test/Unit.html">Test::Unit</a></li>
|
|
150
|
+
|
|
151
|
+
<li><a href="./Test/Unit/TestCase.html">Test::Unit::TestCase</a></li>
|
|
152
|
+
|
|
153
|
+
<li><a href="./Object.html">Object</a></li>
|
|
154
|
+
|
|
155
|
+
<li><a href="./TCTestMu.html">TCTestMu</a></li>
|
|
156
|
+
|
|
157
|
+
</ul>
|
|
158
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
159
|
+
</div>
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
</div>
|
|
163
|
+
</div>
|
|
164
|
+
|
|
165
|
+
<div id="documentation">
|
|
166
|
+
<p>
|
|
167
|
+
<a href="Mu.html">Mu</a> Ruby Gem
|
|
168
|
+
</p>
|
|
169
|
+
<p>
|
|
170
|
+
API Commands for the <a href="Mu.html">Mu</a> System
|
|
171
|
+
</p>
|
|
172
|
+
<p>
|
|
173
|
+
The Mu.gem contains command line application (executables) designed to help
|
|
174
|
+
you work with Scenarios, <a href="Test.html">Test</a> Sets, Scale tests and
|
|
175
|
+
all results generated from those tests. In addition, the Mu.gem also
|
|
176
|
+
supports older REST API commands that you can use to configure the <a
|
|
177
|
+
href="Mu.html">Mu</a> network, get system status, or even access the <a
|
|
178
|
+
href="Mu.html">Mu</a> CLI. Finally, the <a href="Mu.html">Mu</a>. gem
|
|
179
|
+
exposes API library classes that you can use in your own custom gems.
|
|
180
|
+
</p>
|
|
181
|
+
<p>
|
|
182
|
+
Before Using This Gem:
|
|
183
|
+
</p>
|
|
184
|
+
<pre>
|
|
185
|
+
* Ensure that you have installed the necessary software You must have installed ruby 1.8.6 and the following gems. (type sudo gem install<gem>):
|
|
186
|
+
o json_pure. Don't confuse this with the json gem (that won't work).
|
|
187
|
+
o nokogiri. See http://nokogiri.org/tutorials/installing_nokogiri.html for help.
|
|
188
|
+
o rest-client. Used for HTTP calls.
|
|
189
|
+
o mime-types. Required by REST-client.
|
|
190
|
+
* Set the Mu environment variables.
|
|
191
|
+
o MU_IP. Set the default IP address of the Mu management interface.
|
|
192
|
+
o MU_ADMIN_USER. Set the default name of the admin user.
|
|
193
|
+
o MU_ADMIN_PASS. Set the default admin user password(do not use the ':' or '@' characters in the password).
|
|
194
|
+
</pre>
|
|
195
|
+
<p>
|
|
196
|
+
The following table lists each API section and the associated commands:
|
|
197
|
+
</p>
|
|
198
|
+
<p>
|
|
199
|
+
Executables go to section »
|
|
200
|
+
</p>
|
|
201
|
+
<p>
|
|
202
|
+
These command-line applications are used for loading and verifying
|
|
203
|
+
Scenarios, creating and running <a href="Test.html">Test</a> Sets, and
|
|
204
|
+
configuring and running Scale tests.
|
|
205
|
+
</p>
|
|
206
|
+
<pre>
|
|
207
|
+
* cmd_appid
|
|
208
|
+
* cmd_runscale
|
|
209
|
+
* cmd_runverify
|
|
210
|
+
* cmd_runscenario
|
|
211
|
+
</pre>
|
|
212
|
+
<p>
|
|
213
|
+
Legacy REST API Commands go to section »
|
|
214
|
+
</p>
|
|
215
|
+
<p>
|
|
216
|
+
These commands provide access to legacy REST API commands supported by the
|
|
217
|
+
<a href="Mu.html">Mu</a> system.
|
|
218
|
+
</p>
|
|
219
|
+
<pre>
|
|
220
|
+
* cmd_ddt
|
|
221
|
+
* cmd_scale
|
|
222
|
+
* cmd_netconfig
|
|
223
|
+
* cmd_muapi
|
|
224
|
+
* cmd_homepage
|
|
225
|
+
* cmd_system
|
|
226
|
+
* cmd_cli
|
|
227
|
+
</pre>
|
|
228
|
+
<p>
|
|
229
|
+
API Library Classes go to section »
|
|
230
|
+
</p>
|
|
231
|
+
<p>
|
|
232
|
+
These API library classes can be ‘required’ and used within Ruby
|
|
233
|
+
scripts ( like most ruby gems).
|
|
234
|
+
</p>
|
|
235
|
+
<pre>
|
|
236
|
+
* ddt
|
|
237
|
+
* scale
|
|
238
|
+
* netconfig
|
|
239
|
+
* muapi
|
|
240
|
+
</pre>
|
|
241
|
+
<p>
|
|
242
|
+
Executables
|
|
243
|
+
</p>
|
|
244
|
+
<p>
|
|
245
|
+
The following command-line applications are used for loading and verifying
|
|
246
|
+
Scenarios, creating and running <a href="Test.html">Test</a> Sets, and
|
|
247
|
+
configuring and running Scale tests.
|
|
248
|
+
</p>
|
|
249
|
+
<pre>
|
|
250
|
+
* cmd_appid
|
|
251
|
+
* cmd_runscale
|
|
252
|
+
* cmd_runverify
|
|
253
|
+
* cmd_runscenario
|
|
254
|
+
</pre>
|
|
255
|
+
<p>
|
|
256
|
+
cmd_appid
|
|
257
|
+
</p>
|
|
258
|
+
<p>
|
|
259
|
+
Use to run Scale tests for a multi-host App-ID .msl file or a directory of
|
|
260
|
+
.msl files. Supports command-line options for setting test parameters (such
|
|
261
|
+
as concurrency and pattern) and for configuring a client/server
|
|
262
|
+
“passthrough” <a href="Test.html">Test</a> Bed. <a
|
|
263
|
+
href="Mu.html">Mu</a> Studio automatically collapses all hosts in the
|
|
264
|
+
App-ID Scenario to just two hosts, which must be set to two <a
|
|
265
|
+
href="Mu.html">Mu</a> interfaces. Command Description &
|
|
266
|
+
Examples help
|
|
267
|
+
</p>
|
|
268
|
+
<p>
|
|
269
|
+
Gets help for all cmd_appid commands: help mu cmd_appid:help run_file
|
|
270
|
+
</p>
|
|
271
|
+
<p>
|
|
272
|
+
Runs the specified .msl file: run_file -s msl-filename mu
|
|
273
|
+
cmd_appid:run_file -s msl_file -i a1,a2 -m admin:admin@10.10.2.2 -p
|
|
274
|
+
1-10000:60 run_dir
|
|
275
|
+
</p>
|
|
276
|
+
<p>
|
|
277
|
+
Runs all .msl files in the specified directory: run_dir -d msl-directory mu
|
|
278
|
+
cmd_appid:run_dir -d msl_file_directory -i a1-10000,a2 -m
|
|
279
|
+
admin:admin@10.10.2.2 -p 1-100000:360
|
|
280
|
+
</p>
|
|
281
|
+
<p>
|
|
282
|
+
running?
|
|
283
|
+
</p>
|
|
284
|
+
<p>
|
|
285
|
+
Gets status of the scale player: running? mu cmd_appid:running? Options
|
|
286
|
+
(short & long form) Description -c —csv csv-filename
|
|
287
|
+
Specify the filename of the .csv file that contains the test cases to run.
|
|
288
|
+
-d —dir directory Specify the directory that contains
|
|
289
|
+
.msl files to run(required for run_dir). -h —help Get help on
|
|
290
|
+
command line options. -i —interfaces interfaces Specify
|
|
291
|
+
<a href="Mu.html">Mu</a> interfaces as a comma-separated list. Example: b1,
|
|
292
|
+
b2. When using an IP range, specify range and offset. Example: b1-1000:0,b2
|
|
293
|
+
-m --mu_string user:password@mu-ip Specify the user, password,
|
|
294
|
+
and mgmt IP of the <a href="Mu.html">Mu</a> system. Example:
|
|
295
|
+
admin:admin@10.9.8.7 -o —output filename Specify the
|
|
296
|
+
filename to which you want to output logs. -p —pattern
|
|
297
|
+
con-start:dur,con-end:dur Specify pattern as
|
|
298
|
+
concurrency_start:duration,concurrency-end:duration. Duration is in
|
|
299
|
+
seconds. Example: 1-10000:60,10000-1:30. -s —scenario
|
|
300
|
+
msl-filename Specify the .msl filename (required for run_msl) -t
|
|
301
|
+
—test Run a verification check only. -v —verbose
|
|
302
|
+
Set the Logger::DEBUG level.
|
|
303
|
+
</p>
|
|
304
|
+
<p>
|
|
305
|
+
back to top ↑ cmd_runscale
|
|
306
|
+
</p>
|
|
307
|
+
<p>
|
|
308
|
+
Use to run Scale tests by specifying a Scenario .msl file or a directory of
|
|
309
|
+
.msl files. Supports command-line options for setting test parameters (such
|
|
310
|
+
as concurrency and pattern) and for configuring the <a
|
|
311
|
+
href="Test.html">Test</a> Bed with <a href="Mu.html">Mu</a> interfaces
|
|
312
|
+
and/or network hosts. Command Commands & Examples help
|
|
313
|
+
</p>
|
|
314
|
+
<p>
|
|
315
|
+
Gets help for all cmd_runscale commands: help mu cmd_runscale:help run_file
|
|
316
|
+
</p>
|
|
317
|
+
<p>
|
|
318
|
+
Runs the specified .msl file: run_file -s msl-filename -i interfaces/hosts
|
|
319
|
+
-p pattern mu cmd_runscale:run_file -s msl_file -i a1,dell-9 -p 1-10000:30
|
|
320
|
+
run_dir
|
|
321
|
+
</p>
|
|
322
|
+
<p>
|
|
323
|
+
Runs all .msl files in the specified directory: run_dir -d msl_directory mu
|
|
324
|
+
cmd_runscale:run_dir -d msl_file_directory
|
|
325
|
+
</p>
|
|
326
|
+
<p>
|
|
327
|
+
running?
|
|
328
|
+
</p>
|
|
329
|
+
<p>
|
|
330
|
+
Gets status of the scale player: running? mu cmd_runscale:running? Options
|
|
331
|
+
(short & long form) Description -c —csv csv-filename
|
|
332
|
+
Specify the filename of the .csv file that contains the test cases to run.
|
|
333
|
+
-d —dir directory Specify the directory that contains
|
|
334
|
+
.msl files to run(required for run_dir). -f --default_host
|
|
335
|
+
default-host Specify the default host. This host is used for all hosts
|
|
336
|
+
in the scenario which have not been explicitly assigned -h —help
|
|
337
|
+
Get help on command line options. -i —interfaces interfaces
|
|
338
|
+
Specify <a href="Mu.html">Mu</a> interfaces as a comma-separated list.
|
|
339
|
+
Example: b1, b2. When using an IP range, specify range and offset. Example:
|
|
340
|
+
b1-1000:0,b2 -m --mu_string user:password@mu-ip Specify the
|
|
341
|
+
user, password, and mgmt IP of the <a href="Mu.html">Mu</a> system.
|
|
342
|
+
Example: admin:admin@10.9.8.7 -o —output filename Specify
|
|
343
|
+
the filename to which you want to output logs. -p —pattern
|
|
344
|
+
con-start:dur,con-end:dur Specify pattern as
|
|
345
|
+
concurrency_start:duration,concurrency-end:duration. Duration is in
|
|
346
|
+
seconds. Example: 1-10000:60,10000-1:30. -s —scenario
|
|
347
|
+
msl-filename Specify the .msl filename (required for run_msl) -t
|
|
348
|
+
—test Run a verification check only. -v —verbose
|
|
349
|
+
Set the Logger::DEBUG level.
|
|
350
|
+
</p>
|
|
351
|
+
<p>
|
|
352
|
+
back to top ↑ cmd_runverify
|
|
353
|
+
</p>
|
|
354
|
+
<p>
|
|
355
|
+
Use to load a Scenario and <a href="Test.html">Test</a> Set template (.xml
|
|
356
|
+
files) and run a <a href="Test.html">Test</a> Set in Studio Verify.
|
|
357
|
+
Supports command-line options for setting option values and for configuring
|
|
358
|
+
the <a href="Test.html">Test</a> Bed with <a href="Mu.html">Mu</a>
|
|
359
|
+
interfaces and/or network hosts. Command Commands & Examples
|
|
360
|
+
help
|
|
361
|
+
</p>
|
|
362
|
+
<p>
|
|
363
|
+
Gets help for all cmd_runverify commands: help mu cmd_runverify:help run
|
|
364
|
+
</p>
|
|
365
|
+
<p>
|
|
366
|
+
Runs the specified <a href="Test.html">Test</a> Set template for the
|
|
367
|
+
specified Scenario: run -s scenario.xml -t test-set.xml -i interfaces/hosts
|
|
368
|
+
mu cmd_runverify:run -s my_scenario -t my_testset -i a1,my-server Options
|
|
369
|
+
(short & long form) Description -c —channels hosts
|
|
370
|
+
Specify channel hosts as a comma-separated list. -d —dir
|
|
371
|
+
directory Specify the directory with Scenario templates to run. -h
|
|
372
|
+
—help Get help on command line options. -i —interfaces
|
|
373
|
+
interfaces Specify <a href="Mu.html">Mu</a> interfaces and network
|
|
374
|
+
hosts as a comma-separated list. Example: b1, b2. When using an IP range,
|
|
375
|
+
specify range/offset. Example: b1-1000:0,web-server -m --mu_string
|
|
376
|
+
user:password@mu-ip Specify the user, password, and mgmt IP of the
|
|
377
|
+
<a href="Mu.html">Mu</a> system. Example: admin:admin@10.9.8.7 -o
|
|
378
|
+
—output filename Specify the filename to which you want to
|
|
379
|
+
output logs. -p —options option:value Specify option/value
|
|
380
|
+
pairs as a comma-separated list. Example: user:jane,email:jsmith@itemp.com
|
|
381
|
+
-s —scenario scenario-template Specify the Scenario template
|
|
382
|
+
to run (must be xml). -t —testset testset-template Specify
|
|
383
|
+
the <a href="Test.html">Test</a> Set template to run (must be xml). -v
|
|
384
|
+
—verbose Set the Logger::DEBUG level.
|
|
385
|
+
</p>
|
|
386
|
+
<p>
|
|
387
|
+
back to top ↑ cmd_runscenario
|
|
388
|
+
</p>
|
|
389
|
+
<p>
|
|
390
|
+
Use to load and verify a Scenario template (.xml file). Supports
|
|
391
|
+
command-line options for configuring the <a href="Test.html">Test</a> Bed
|
|
392
|
+
with <a href="Mu.html">Mu</a> interfaces and/or network hosts. Command
|
|
393
|
+
Commands & Examples help
|
|
394
|
+
</p>
|
|
395
|
+
<p>
|
|
396
|
+
Gets help for all cmd_runscenario commands: help mu cmd_runscenario:help
|
|
397
|
+
run
|
|
398
|
+
</p>
|
|
399
|
+
<p>
|
|
400
|
+
Runs the specified Scenario template: run -s scenario.xml -i
|
|
401
|
+
interfaces/hosts mu cmd_runscenario:run -s my_scenario -i a1,my-server
|
|
402
|
+
Options (short & long form) Description -c —channels
|
|
403
|
+
hosts Specify channel hosts as a comma-separated list. -d
|
|
404
|
+
—dir directory Specify the directory with Scenario templates
|
|
405
|
+
to run. -h —help Get help on command line options. -i
|
|
406
|
+
—interfaces interfaces Specify <a href="Mu.html">Mu</a>
|
|
407
|
+
interfaces and network hosts as a comma-separated list. Example: b1, b2.
|
|
408
|
+
When using an IP range, specify range/offset. Example: b1-1000:0,web-server
|
|
409
|
+
-m --mu_string user:password@mu-ip Specify the user, password,
|
|
410
|
+
and mgmt IP of the <a href="Mu.html">Mu</a> system. Example:
|
|
411
|
+
admin:admin@10.9.8.7 -o —output filename Specify the
|
|
412
|
+
filename to which you want to output logs. -s —scenario
|
|
413
|
+
scenario-template Specify the Scenario template to run (must be xml). -v
|
|
414
|
+
—verbose Set the Logger::DEBUG level.
|
|
415
|
+
</p>
|
|
416
|
+
<p>
|
|
417
|
+
back to top ↑
|
|
418
|
+
</p>
|
|
419
|
+
<p>
|
|
420
|
+
API Methods
|
|
421
|
+
</p>
|
|
422
|
+
<p>
|
|
423
|
+
These commands provide access to legacy REST API commands supported by the
|
|
424
|
+
<a href="Mu.html">Mu</a> system.
|
|
425
|
+
</p>
|
|
426
|
+
<pre>
|
|
427
|
+
* cmd_muapi
|
|
428
|
+
* cmd_netconfig
|
|
429
|
+
* cmd_ddt
|
|
430
|
+
* cmd_scale
|
|
431
|
+
* cmd_homepage
|
|
432
|
+
* cmd_system
|
|
433
|
+
* cmd_cli
|
|
434
|
+
</pre>
|
|
435
|
+
<p>
|
|
436
|
+
cmd_muapi
|
|
437
|
+
</p>
|
|
438
|
+
<p>
|
|
439
|
+
Use to access the legacy REST API for <a href="Test.html">Test</a> Runs
|
|
440
|
+
(Protocol Mutation, Scenario Mutation, DoS, and PV tests). Command
|
|
441
|
+
Description & Examples help Gets help for all cmd_muapi commands:
|
|
442
|
+
help mu cmd_muapi:help archive Manage archives (reports) for <a
|
|
443
|
+
href="Test.html">Test</a> Runs. The status and get commands require the
|
|
444
|
+
job_id returned by the run command. archive -c command -u uuid/job-id
|
|
445
|
+
</p>
|
|
446
|
+
<p>
|
|
447
|
+
mu cmd_muapi:archive -c run -u 52add3cf-9040-42ce-b263-8233039931d5
|
|
448
|
+
</p>
|
|
449
|
+
<p>
|
|
450
|
+
Get the status of the archive report: mu cmd_muapi:archive -c status -u
|
|
451
|
+
1296064526931
|
|
452
|
+
</p>
|
|
453
|
+
<p>
|
|
454
|
+
Download the archive report: mu cmd_muapi:archive -c get -u 1296064526931
|
|
455
|
+
backup Manage system backup files. backup -c command
|
|
456
|
+
</p>
|
|
457
|
+
<p>
|
|
458
|
+
Generate system backup: mu cmd_muapi:backup -c run
|
|
459
|
+
</p>
|
|
460
|
+
<p>
|
|
461
|
+
Get the status of the backup job: mu cmd_muapi:backup -c status
|
|
462
|
+
</p>
|
|
463
|
+
<p>
|
|
464
|
+
Download the backup file (requires a name): backup -c get -n filename mu
|
|
465
|
+
cmd_muapi:backup -c get -n my-backup
|
|
466
|
+
</p>
|
|
467
|
+
<p>
|
|
468
|
+
The <a href="Mu.html">Mu</a> system automatically appends the .dat
|
|
469
|
+
extension to all backup files. capture Manage pcaps recorded by the
|
|
470
|
+
<a href="Mu.html">Mu</a> system. The status and get commands require the
|
|
471
|
+
job-id returned by the run command: capture -c command -p port-number -u
|
|
472
|
+
job-id
|
|
473
|
+
</p>
|
|
474
|
+
<p>
|
|
475
|
+
Start recording packets (this command returns the job-id): mu
|
|
476
|
+
cmd_muapi:capture -c run -p a1
|
|
477
|
+
</p>
|
|
478
|
+
<p>
|
|
479
|
+
Get the status of the packet recording job: mu cmd_muapi:capture -c status
|
|
480
|
+
-p a1 -u 1296064526931
|
|
481
|
+
</p>
|
|
482
|
+
<p>
|
|
483
|
+
Download the recorded packet capture: mu cmd_muapi:capture -c get -p a1 -u
|
|
484
|
+
1296064526931 delete Delete the specified <a href="Test.html">Test</a> Run
|
|
485
|
+
or template: delete -u uuid mu cmd_muapi:delete -u
|
|
486
|
+
52add3cf-9040-42ce-b263-8233039931d5 export_by_name Export the specified
|
|
487
|
+
template: export_by_name -n name -t type mu cmd_muapi:export_by_name -n
|
|
488
|
+
my_monitor -t monitor get_faults Get a list of faults (xml format)
|
|
489
|
+
from a <a href="Test.html">Test</a> Run: get_faults -u uuid -v mu
|
|
490
|
+
cmd_muapi:get_faults -u 52add3cf-9040-42ce-b263-8233039931d5 -v get_name
|
|
491
|
+
Get details for the specified <a href="Test.html">Test</a> Run or template:
|
|
492
|
+
get_name -u uuid mu cmd_muapi:get_name -u
|
|
493
|
+
52add3cf-9040-42ce-b263-8233039931d5 list Get a list of templates by
|
|
494
|
+
type: list -t template-type mu cmd_muapi:list -t monitor list_by_status
|
|
495
|
+
Get a list of <a href="Test.html">Test</a> Runs by status: list_by_status
|
|
496
|
+
-s status mu cmd_muapi:list_by_status -s finished list_type Get a
|
|
497
|
+
list of all template types: list_types mu cmd_muapi:list_types pause
|
|
498
|
+
Pause a <a href="Test.html">Test</a> Run: pause -u uuid mu cmd_muapi:pause
|
|
499
|
+
-u 52add3cf-9040-42ce-b263-8233039931d5 resume Resume a <a
|
|
500
|
+
href="Test.html">Test</a> Run: resume -u uuid mu cmd_muapi:pause -u
|
|
501
|
+
52add3cf-9040-42ce-b263-8233039931d5 run Start a <a
|
|
502
|
+
href="Test.html">Test</a> Run (to rename, use the -b argument): run -u uuid
|
|
503
|
+
[-b new-name] mu cmd_muapi:run -u 52add3cf-9040-42ce-b263-8233039931d5 -b
|
|
504
|
+
true status Get the status of a <a href="Test.html">Test</a> Run: status
|
|
505
|
+
-u uuid mu cmd_muapi:status -u 52add3cf-9040-42ce-b263-8233039931d5 stop
|
|
506
|
+
Stop a <a href="Test.html">Test</a> Run: stop -u uuid mu cmd_muapi:stop -u
|
|
507
|
+
52add3cf-9040-42ce-b263-8233039931d5 Options (short & long form)
|
|
508
|
+
Description -b —boolean value Specify a boolean value
|
|
509
|
+
(true or false). -c —command command Specify the command
|
|
510
|
+
to run (run, get, status, etc.) -m --mu_string user:password@mu-ip
|
|
511
|
+
Specify the user, password, and mgmt IP of the <a href="Mu.html">Mu</a>
|
|
512
|
+
system. Example: admin:admin@10.9.8.7 -n —name name Specify
|
|
513
|
+
a <a href="Test.html">Test</a> Run or template name. -o —output
|
|
514
|
+
filename Specify the filename to which you want to output logs. -p
|
|
515
|
+
—port port-number Specify the port number. -s —status
|
|
516
|
+
status Specify the status filter (running, finished, aborted
|
|
517
|
+
queued, or failed) -t —type template-type Specify the type of
|
|
518
|
+
template. -u —uuid uuid/job-id Specify the UUID of the
|
|
519
|
+
template to run. For archive, backup, and capture commands, this option
|
|
520
|
+
takes a job-id value. -v —verbose Set the Logger::DEBUG
|
|
521
|
+
level.
|
|
522
|
+
</p>
|
|
523
|
+
<p>
|
|
524
|
+
back to top ↑ cmd_netconfig
|
|
525
|
+
</p>
|
|
526
|
+
<p>
|
|
527
|
+
Use to access the legacy REST API for configuring <a href="Mu.html">Mu</a>
|
|
528
|
+
interfaces, network hosts, and routes. Command Description &
|
|
529
|
+
Examples help Gets help for all cmd_netconfig commands: help mu
|
|
530
|
+
cmd_netconfig:help clear_hosts
|
|
531
|
+
</p>
|
|
532
|
+
<p>
|
|
533
|
+
Remove all network hosts configured in the <a href="Mu.html">Mu</a> system:
|
|
534
|
+
clear_hosts mu cmd_netconfig:clear_hosts clear_interfaces
|
|
535
|
+
</p>
|
|
536
|
+
<p>
|
|
537
|
+
Clear settings for specified <a href="Mu.html">Mu</a> interfaces:
|
|
538
|
+
clear_interfaces -i interfaces mu cmd_netconfig:clear_interfaces -i b1,b2
|
|
539
|
+
clear_routes
|
|
540
|
+
</p>
|
|
541
|
+
<p>
|
|
542
|
+
Remove all user-configured routes in the <a href="Mu.html">Mu</a> system:
|
|
543
|
+
clear_routes mu cmd_netconfig:clear_routes clear_vlans
|
|
544
|
+
</p>
|
|
545
|
+
<p>
|
|
546
|
+
Remove all vlans for all <a href="Mu.html">Mu</a> interfaces: clear_vlans
|
|
547
|
+
mu cmd_netconfig:clear_vlans create
|
|
548
|
+
</p>
|
|
549
|
+
<p>
|
|
550
|
+
Create a network object such as a host or route: create -j object -e value
|
|
551
|
+
mu cmd_netconfig:create -j {“default”:
|
|
552
|
+
false,“direct”: false,“dst”:
|
|
553
|
+
“10.0.0.0“,“dst_pfx_len“: 8,“gateway”:
|
|
554
|
+
“192.168.100.1“,“interface”:
|
|
555
|
+
“a1”,“interface_display_name“:
|
|
556
|
+
“A1”,“metric”: 1,“readonly”: false} -e
|
|
557
|
+
route delete
|
|
558
|
+
</p>
|
|
559
|
+
<p>
|
|
560
|
+
Delete a network object such as host or route: delete -e value mu
|
|
561
|
+
cmd_netconfig:delete -e Web-Server get
|
|
562
|
+
</p>
|
|
563
|
+
<p>
|
|
564
|
+
Get details for a network object: get -e value mu cmd_netconfig:get -e a1
|
|
565
|
+
modify
|
|
566
|
+
</p>
|
|
567
|
+
<p>
|
|
568
|
+
Modify a network object such as a host or route:modify -j object -e value
|
|
569
|
+
mu cmd_netconfig:modify -j {“mac”:
|
|
570
|
+
“”,“name”:
|
|
571
|
+
“Web-Server”,“notes”:
|
|
572
|
+
“”,“v4_addr“:
|
|
573
|
+
“192.168.112.205“,“v6_global_addr“:
|
|
574
|
+
“”,“v6_local_addr“: “”} -e host
|
|
575
|
+
resolve_hosts
|
|
576
|
+
</p>
|
|
577
|
+
<p>
|
|
578
|
+
Get IP address for specified network host: resolve_hosts host mu
|
|
579
|
+
cmd_netconfig:resolve_hosts Web-Server restore
|
|
580
|
+
</p>
|
|
581
|
+
<p>
|
|
582
|
+
Restore from specified file (to overwrite existing object, use the -b
|
|
583
|
+
argument): restore -f filepath [-b clear-existing] mu cmd_netconfig:restore
|
|
584
|
+
-f my_muhosts/web-server.json true save
|
|
585
|
+
</p>
|
|
586
|
+
<p>
|
|
587
|
+
Save changes to the <a href="Mu.html">Mu</a> system: save mu
|
|
588
|
+
cmd_netconfig:save Options (short & long form) Description -b
|
|
589
|
+
—boolean value Specify a boolean value (true or false). -e
|
|
590
|
+
—element value Specify a value for the associated command.
|
|
591
|
+
Example: interfaces or interfaces/a1 -f —filepath filepath
|
|
592
|
+
Specify the path to a file. -h —help Get help on command line
|
|
593
|
+
options. -i —interfaces interface-or-host Specify <a
|
|
594
|
+
href="Mu.html">Mu</a> interfaces or network hosts as a comma-separated
|
|
595
|
+
list. Example: b1, web-server. -j —json object Specify a json
|
|
596
|
+
object as a text string. -m --mu_string user:password@mu-ip
|
|
597
|
+
Specify a user, password, and mgmt IP of a <a href="Mu.html">Mu</a> system.
|
|
598
|
+
Example: admin:admin@10.9.8.7 -o —output filename Specify
|
|
599
|
+
the filename to which you want to output logs. -v —verbose
|
|
600
|
+
Set the Logger::DEBUG level.
|
|
601
|
+
</p>
|
|
602
|
+
<p>
|
|
603
|
+
back to top ↑ cmd_ddt
|
|
604
|
+
</p>
|
|
605
|
+
<p>
|
|
606
|
+
Use to access the legacy REST API for <a href="Test.html">Test</a> Sets
|
|
607
|
+
(Studio Verify). tr> tr> Command Description & Examples
|
|
608
|
+
display_results Displays results for the current <a
|
|
609
|
+
href="Test.html">Test</a> Set: display_results mu cmd_ddt:display_results
|
|
610
|
+
new_session Create a new session: new_session mu cmd_ddt:new_session
|
|
611
|
+
load_scenario Load the specified Scenario template: load_scenario -u uuid
|
|
612
|
+
mu cmd_ddt:load_scenario -u 52add3cf-9040-42ce-b263-8233039931d5 get_hosts
|
|
613
|
+
Get a list of hosts in the <a href="Test.html">Test</a> Bed: get_hosts mu
|
|
614
|
+
cmd_ddt:get_hosts set_hosts Configure the hosts in the <a
|
|
615
|
+
href="Test.html">Test</a> Bed: set_hosts -r role -n name -y type mu
|
|
616
|
+
cmd_ddt:set_hosts -r HTTP_Client,HTTP_Server -n a1,Web-Server -y v4
|
|
617
|
+
get_channels Get a list of channels in the <a href="Test.html">Test</a>
|
|
618
|
+
Bed: get_channels mu cmd_ddt:get_channels set_channels Configure the
|
|
619
|
+
channels in the <a href="Test.html">Test</a> Bed: set_channels -r role -n
|
|
620
|
+
name mu cmd_ddt:set_channels -r SSH_Channel -n Web-Server get_options
|
|
621
|
+
Get a list of options in the <a href="Test.html">Test</a> Set: get_options
|
|
622
|
+
mu cmd_ddt:get_options set_options Configure the option values for the
|
|
623
|
+
<a href="Test.html">Test</a> Set: set_options -n name -p value mu
|
|
624
|
+
cmd_ddt:set_options -n username -p jsmith get_sessions Get a list of all
|
|
625
|
+
sessions: get_sessions mu cmd_ddt:get_sessions setup_test Setup the <a
|
|
626
|
+
href="Test.html">Test</a> Bed, reserving the <a href="Mu.html">Mu</a>
|
|
627
|
+
interfaces: setup_test mu cmd_ddt:setup_test run Run a <a
|
|
628
|
+
href="Test.html">Test</a> Set: run mu cmd_ddt:run run_testset Run the
|
|
629
|
+
specified <a href="Test.html">Test</a> Set: run_testset -u uuid mu
|
|
630
|
+
cmd_ddt:run_testset -u 04aa248a-0b9b-4bf6-97e1-aab691d0acf1
|
|
631
|
+
get_testset_results Get results for the current <a
|
|
632
|
+
href="Test.html">Test</a> Set: get_testset_results mu
|
|
633
|
+
cmd_ddt:get_testset_results get_testset_status Get status for the
|
|
634
|
+
current <a href="Test.html">Test</a> Set: get_testset_status mu
|
|
635
|
+
cmd_ddt:get_testset_status teardown_test Unsets the <a
|
|
636
|
+
href="Test.html">Test</a> Bed selections, releasing the <a
|
|
637
|
+
href="Mu.html">Mu</a> interfaces: teardown_test mu cmd_ddt:teardown_test
|
|
638
|
+
close_session Closes the current session: close_session mu
|
|
639
|
+
cmd_ddt:close_session close_all_sessions Closes all existing sessions:
|
|
640
|
+
close_all_sessions mu cmd_ddt:close_all_sessions csv_export Exports a
|
|
641
|
+
<a href="Test.html">Test</a> Set from the <a href="Mu.html">Mu</a> system
|
|
642
|
+
to a. csv file: csv_export -u uuid mu cmd_ddt:csv_export -u
|
|
643
|
+
52add3cf-9040-42ce-b263-8233039931d5 csv_import Imports a .csv file to
|
|
644
|
+
create a <a href="Test.html">Test</a> Set on the <a href="Mu.html">Mu</a>
|
|
645
|
+
system: csv_import -t filename.csv mu cmd_ddt:csv_import -t my-testset.csv
|
|
646
|
+
Options (short & long form) Description -f —filename
|
|
647
|
+
filename Specify the template name for saving an imported <a
|
|
648
|
+
href="Test.html">Test</a> Set. -h —help Get help on command
|
|
649
|
+
line options. -m --mu_string user:password@mu-ip Specify a
|
|
650
|
+
user, password, and mgmt IP of a <a href="Mu.html">Mu</a> system. Example:
|
|
651
|
+
admin:admin@10.9.8.7 -n —names name-array Specify host
|
|
652
|
+
names or channel names in a comma-separated array. Example: a1,Web-Server
|
|
653
|
+
-o —output filename Specify the filename to which you want
|
|
654
|
+
to output logs. -p --option_values value-array Specify values for
|
|
655
|
+
<a href="Test.html">Test</a> Set options in a comma-separated array.
|
|
656
|
+
Example: bob,jane,mary,tom -r —roles role-array Specify
|
|
657
|
+
host roles in a comma-separated array. Example: HTTP_Client,HTTP_Server -t
|
|
658
|
+
—testset filename.csv Specify the name of the .csv file to import.
|
|
659
|
+
-u —uuid uuid Specify the UUID of the Scenario or <a
|
|
660
|
+
href="Test.html">Test</a> Set. -v —verbose Set the
|
|
661
|
+
Logger::DEBUG level. -y —type type Specify network layer
|
|
662
|
+
(v4, v6, l2) for all hosts in the <a href="Test.html">Test</a> Bed.
|
|
663
|
+
Example: v4
|
|
664
|
+
</p>
|
|
665
|
+
<p>
|
|
666
|
+
back to top ↑ cmd_scale
|
|
667
|
+
</p>
|
|
668
|
+
<p>
|
|
669
|
+
Use to access the legacy REST API for Scale tests (Studio Scale). Command
|
|
670
|
+
Description & Examples about Lists information for the Scale Player
|
|
671
|
+
and all active and inactive Scale Engines: about mu cmd_scale:about
|
|
672
|
+
configure Configure any element of the scale json object : configure
|
|
673
|
+
-p parameter -pv value mu cmd_scale:configure -p json_element -pv
|
|
674
|
+
json_element_value data Gets chart data for the Scale test: data -w view
|
|
675
|
+
-z zoom -ps position -b bot_id mu cmd_scale:data -w TIMELINE -z 1 -ps 0 -b
|
|
676
|
+
bots_10.10.6.200:1 delete_scale_engine Delete the specified Scale
|
|
677
|
+
Engine:delete_scale_engine -b bot_id mu cmd_scale:delete_scale_engine -b
|
|
678
|
+
bots_10.10.6.200:1 help Gets help for all cmd_scale commands: help mu
|
|
679
|
+
cmd_scale:help list Returns the current Scale Player’s UUID: list
|
|
680
|
+
mu cmd_scale:list pattern Gets the pattern for the Scale test:
|
|
681
|
+
pattern -z zoom -ps position mu cmd_scale:pattern -z 1 -ps 0 pcap Gets a
|
|
682
|
+
pcap from a specific Scale Engine: pcap -b bot_id -f filename mu
|
|
683
|
+
cmd_scale:pcap -b bots_10.10.6.200:1 -f bot_1_pcap release Release
|
|
684
|
+
the Scale Player: release mu cmd_scale:release release_scale_engine
|
|
685
|
+
Releases the specified Scale Engine:release_scale_engine -b bot_id mu
|
|
686
|
+
cmd_scale:release_scale_engine -b bots_10.10.6.200:1 reserve_scale_engine
|
|
687
|
+
Reserves the specified Scale Engine:reserve_scale_engine -b bot_id mu
|
|
688
|
+
cmd_scale:reserve_scale_engine -b bots_10.10.6.200:1 session Create
|
|
689
|
+
a new Scale Player session: session mu cmd_scale:session start Start the
|
|
690
|
+
Scale test: start -c scale-test -m user:pass@mu-ip mu cmd_scale:start -c
|
|
691
|
+
scale.json -m admin:admin@10.10.2.2 status Gets information about the
|
|
692
|
+
currently running Scale test: status mu cmd_scale:status statuses
|
|
693
|
+
Gets the status of all active and inactive Scale engines: statuses mu
|
|
694
|
+
cmd_scale:statuses stop Stops the Scale test: stop mu cmd_scale:stop
|
|
695
|
+
update Update the pattern dynamically (while the Scale test is running):
|
|
696
|
+
update -p parameter -pv parameter-value mu cmd_scale:update -p delay -pv
|
|
697
|
+
250 -p volume -pv 100000 verify Verifies a Scale test: verify mu
|
|
698
|
+
cmd_scale:verify Options (short & long form) Description -b
|
|
699
|
+
—bot-id scale-engine-id Specify a Scale Engine using its
|
|
700
|
+
bot-id value. -c —config-file json-filename Specify a .json
|
|
701
|
+
file that contains the configuration data. -f —filename
|
|
702
|
+
pcap-filename Specify a name for the .pcap file. -h —help
|
|
703
|
+
Get help on command line options. -m --mu_string user:password@mu-ip
|
|
704
|
+
Specify a user, password, and mgmt IP of a <a href="Mu.html">Mu</a> system.
|
|
705
|
+
Example: admin:admin@10.9.8.7 -o —output filename Specify
|
|
706
|
+
the filename to which you want to output logs. -p —params
|
|
707
|
+
parameters Specify parameters for initial configuration or for update.
|
|
708
|
+
Supports delay and volume parameters. -ps --view_position value
|
|
709
|
+
Specify the position in the timeline view for which to return data. At this
|
|
710
|
+
time, only position 0 is supported. -pv --param_value value Specify
|
|
711
|
+
a value for a parameter. -v —verbose Set the Logger::DEBUG
|
|
712
|
+
level. -w —view view Specify the view (RUNTIME or CALLGRAPH)
|
|
713
|
+
for which to return data. -z —zoom zoom-level Specify the
|
|
714
|
+
zoom level (0, .5, or 1) in the timeline view for which to return data. 1
|
|
715
|
+
returns data for 100% of the time range, 0.5 returns data for 50% of the
|
|
716
|
+
time range, and 0 returns only the last minute of data.
|
|
717
|
+
</p>
|
|
718
|
+
<p>
|
|
719
|
+
back to top ↑ cmd_homepage
|
|
720
|
+
</p>
|
|
721
|
+
<p>
|
|
722
|
+
Use to access information displayed on the <a href="Mu.html">Mu</a> UI
|
|
723
|
+
homepage, such as recent updates, backup status, or a list of latest test
|
|
724
|
+
results. Command Description & Examples all Gets the
|
|
725
|
+
complete set of information displayed on the <a href="Mu.html">Mu</a> home
|
|
726
|
+
page: all mu cmd_homepage:all help Gets help for all cmd_homepage
|
|
727
|
+
commands: help mu cmd_homepage:help latest_test Gets an array of the
|
|
728
|
+
latest test results: latest_test mu cmd_homepage:latest_test queue_test
|
|
729
|
+
Gets an array of tests in the <a href="Test.html">Test</a> Queue:
|
|
730
|
+
queue_test mu cmd_homepage:queue_test recent Gets the “What’s
|
|
731
|
+
New” section from the <a href="Mu.html">Mu</a> homepage: recent mu
|
|
732
|
+
cmd_homepage:recent status Gets system status for licenses, backup, and
|
|
733
|
+
updates: status mu cmd_homepage:status Options (short & long form)
|
|
734
|
+
Description -h —help Get help on command line options. -m
|
|
735
|
+
--mu_string user:password@mu-ip Specify a user, password, and mgmt
|
|
736
|
+
IP of a <a href="Mu.html">Mu</a> system. Example: admin:admin@10.9.8.7 -o
|
|
737
|
+
—output filename Specify the filename to which you want to
|
|
738
|
+
output logs. -v —verbose Set the Logger::DEBUG level.
|
|
739
|
+
</p>
|
|
740
|
+
<p>
|
|
741
|
+
back to top ↑ cmd_system
|
|
742
|
+
</p>
|
|
743
|
+
<p>
|
|
744
|
+
Use to restart system services or to get status details for the <a
|
|
745
|
+
href="Mu.html">Mu</a> system. Command Description & Examples
|
|
746
|
+
restart Restart <a href="Mu.html">Mu</a> system services (this does
|
|
747
|
+
not reboot the appliance): restart mu cmd_system:restart status Gets all
|
|
748
|
+
information from the system status page: status mu cmd_system:status
|
|
749
|
+
status2 Gets additional system information such as hard drive
|
|
750
|
+
status, platform model, serial number: status2 mu cmd_system:status2
|
|
751
|
+
Options (short & long form) Description -h —help Get
|
|
752
|
+
help on command line options. -m --mu_string user:password@mu-ip
|
|
753
|
+
Specify a user, password, and mgmt IP of a <a href="Mu.html">Mu</a> system.
|
|
754
|
+
Example: admin:admin@10.9.8.7 -o —output filename Specify
|
|
755
|
+
the filename to which you want to output logs. -v —verbose
|
|
756
|
+
Set the Logger::DEBUG level.
|
|
757
|
+
</p>
|
|
758
|
+
<p>
|
|
759
|
+
back to top ↑ cmd_cli
|
|
760
|
+
</p>
|
|
761
|
+
<p>
|
|
762
|
+
Use to access the <a href="Mu.html">Mu</a> CLI. Command Description
|
|
763
|
+
& Examples cli_help Get help for all cmd_cli commands: cli_help
|
|
764
|
+
mu cmd_cli:cli_help cli_history Display the command line history for
|
|
765
|
+
the current session: cli_help mu cmd_cli:history ping Ping the specified
|
|
766
|
+
IP address from the <a href="Mu.html">Mu</a> system: ping -a ip-address mu
|
|
767
|
+
cmd_cli:ping -a 10.10.10.1 question Show the available CLI commands:
|
|
768
|
+
question mu cmd_cli:question traceroute Get the network route to a
|
|
769
|
+
specified IP address from the <a href="Mu.html">Mu</a> system: traceroute
|
|
770
|
+
-a ip-address mu cmd_cli:traceroute -a 10.10.10.1 Options (short & long
|
|
771
|
+
form) Description -h —help Get help on command line
|
|
772
|
+
options. -m --mu_string user:password@mu-ip Specify a user,
|
|
773
|
+
password, and mgmt IP of a <a href="Mu.html">Mu</a> system. Example:
|
|
774
|
+
admin:admin@10.9.8.7 -o —output filename Specify the
|
|
775
|
+
filename to which you want to output logs. -v —verbose Set
|
|
776
|
+
the Logger::DEBUG level.
|
|
777
|
+
</p>
|
|
778
|
+
<p>
|
|
779
|
+
back to top ↑
|
|
780
|
+
</p>
|
|
781
|
+
<p>
|
|
782
|
+
Library Classes
|
|
783
|
+
</p>
|
|
784
|
+
<p>
|
|
785
|
+
The following API library classes can be ‘required’ and used within
|
|
786
|
+
Ruby scripts( like most ruby gems). Command Description &
|
|
787
|
+
Examples
|
|
788
|
+
</p>
|
|
789
|
+
<p>
|
|
790
|
+
muapi
|
|
791
|
+
</p>
|
|
792
|
+
<p>
|
|
793
|
+
require ‘rubygems’
|
|
794
|
+
</p>
|
|
795
|
+
<p>
|
|
796
|
+
require ‘mu’
|
|
797
|
+
</p>
|
|
798
|
+
<p>
|
|
799
|
+
api = Mu::Muapi.new(“10.10.2.2”, “admin”, “admin”)
|
|
800
|
+
</p>
|
|
801
|
+
<p>
|
|
802
|
+
$log.level = Logger::INFO
|
|
803
|
+
</p>
|
|
804
|
+
<p>
|
|
805
|
+
Example: api.list_by_status(“running”)
|
|
806
|
+
</p>
|
|
807
|
+
<p>
|
|
808
|
+
ddt
|
|
809
|
+
</p>
|
|
810
|
+
<p>
|
|
811
|
+
require ‘rubygems’
|
|
812
|
+
</p>
|
|
813
|
+
<p>
|
|
814
|
+
require ‘mu’
|
|
815
|
+
</p>
|
|
816
|
+
<p>
|
|
817
|
+
api = Mu::Ddt.new(“10.10.2.2”, “admin”, “admin”)
|
|
818
|
+
</p>
|
|
819
|
+
<p>
|
|
820
|
+
$log.level = Logger::INFO
|
|
821
|
+
</p>
|
|
822
|
+
<p>
|
|
823
|
+
Example: api.new_session
|
|
824
|
+
</p>
|
|
825
|
+
<p>
|
|
826
|
+
scale
|
|
827
|
+
</p>
|
|
828
|
+
<p>
|
|
829
|
+
require ‘rubygems’
|
|
830
|
+
</p>
|
|
831
|
+
<p>
|
|
832
|
+
require ‘mu’
|
|
833
|
+
</p>
|
|
834
|
+
<p>
|
|
835
|
+
api = Mu::Scale.new(“10.10.2.2”, “admin”, “admin”)
|
|
836
|
+
</p>
|
|
837
|
+
<p>
|
|
838
|
+
$log.level = Logger::INFO
|
|
839
|
+
</p>
|
|
840
|
+
<p>
|
|
841
|
+
Examples: api.configure -p musl -pv <scenario.msl> api.configure -p csv -pv
|
|
842
|
+
<testset.csv> api.configure -p pattern -pv <pattern.json> api.start
|
|
843
|
+
api.status api.stop api.release netconfig
|
|
844
|
+
</p>
|
|
845
|
+
<p>
|
|
846
|
+
require ‘rubygems’
|
|
847
|
+
</p>
|
|
848
|
+
<p>
|
|
849
|
+
require ‘mu’
|
|
850
|
+
</p>
|
|
851
|
+
<p>
|
|
852
|
+
api = Mu::Netconfig.new(“10.10.2.2”, “admin”, “admin”)
|
|
853
|
+
</p>
|
|
854
|
+
<p>
|
|
855
|
+
$log.level = Logger::INFO
|
|
856
|
+
</p>
|
|
857
|
+
<p>
|
|
858
|
+
Example: api.get(“hosts”)
|
|
859
|
+
</p>
|
|
860
|
+
<p>
|
|
861
|
+
back to top ↑ <a href="Mu.html">Mu</a> Dynamics Information
|
|
862
|
+
</p>
|
|
863
|
+
<p>
|
|
864
|
+
<a href="Mu.html">Mu</a> Dynamics Customer Care is available 9am to 5pm
|
|
865
|
+
PST, Monday to Friday at the toll-free support line at 1-866-276-4640;
|
|
866
|
+
international customers can also use 1-408-329-6330. For online
|
|
867
|
+
communication, visit the <a href="Mu.html">Mu</a> Dynamics Customer Care
|
|
868
|
+
Center at <a
|
|
869
|
+
href="http://www.mudynamics.com/support/overview.html.">www.mudynamics.com/support/overview.html.</a>
|
|
870
|
+
</p>
|
|
871
|
+
<p>
|
|
872
|
+
In addition to <a href="Mu.html">Mu</a> UI Help and the <a
|
|
873
|
+
href="Mu.html">Mu</a> product documentation, you can also get continuous
|
|
874
|
+
updates on <a href="Mu.html">Mu</a> system capabilities using the following
|
|
875
|
+
resources: Corporate Home • Press • Webinars, Seminars, &
|
|
876
|
+
Podcasts • Product Demos • RSS Feed Social Twitter • Facebook •
|
|
877
|
+
YouTube • <a href="Mu.html">Mu</a> Community • Pcapr Blogs <a
|
|
878
|
+
href="Mu.html">Mu</a> Line • <a href="Mu.html">Mu</a> Labs (with RSS
|
|
879
|
+
Feed) Copyright 2011 <a href="Mu.html">Mu</a> Dynamics Inc., All Rights
|
|
880
|
+
Reserved.
|
|
881
|
+
</p>
|
|
882
|
+
|
|
883
|
+
</div>
|
|
884
|
+
|
|
885
|
+
<div id="validator-badges">
|
|
886
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
887
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
888
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
889
|
+
</div>
|
|
890
|
+
</body>
|
|
891
|
+
</html>
|
|
892
|
+
|