aboutsummaryrefslogtreecommitdiffstats
path: root/gui/app/images/back.png
blob: 917c86edd1de03deffc073b79211cfd97692ae1d (plain) .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Running Unit Test Suite
=======================

Execute the tests
-----------------

::

    cd <path to repo>
    python snaps/test_runner.py -e <path to RC file> -n <external network name>

| \* All Supported Arguments
| \* -e [required - The path to the OpenStack RC file]
| \* -n [required - The name of the external network to use for routers
  and floating IPs]
| \* -p [optional - the proxy settings if required. Format :
| \* -s [optional - the proxy command used for SSH connections]
| \* -l [(default INFO) The log level]
| \* -u [optional - When set, the unit tests will be executed]
| \* -st [optional - When set, the staging tests will be executed]
| \* -c [optional - When set, the connection tests will be executed]
| \* -a [optional - When set, the API tests will be executed]
| \* -i [optional - When set, the integration tests will be executed]
| \* -k [optional - When set, tests project and user creation. Use only
  if host running tests has access to the cloud's admin network]
| \* -f [optional - When set, will execute tests requiring Floating
  IPS]
| \* -im [optional - File containing image endpoints to override
| \* -fm [optional - JSON string containing a dict(): - for flavor metadata default='{\"hw:mem_page_size\": \"any\"}'
                                                      - for values of basic elements (e.g. ram, vcpu, disk, etc) could be added.
                                                        As result the hard coded values of those elements will be overwritten by the new ones]
| \* -ci [optional - runs the tests required by SNAPS-OO CI]
| \* -r [optional with default value of '1' - The number of test iterations to execute]
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 80 00 00 00 80 08 06 00 00 00 c3 3e 61 .PNG........IHDR..............>a
0020 cb 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 .....sRGB.........gAMA......a...
0040 00 09 70 48 59 73 00 00 0e c3 00 00 0e c3 01 c7 6f a8 64 00 00 07 4d 49 44 41 54 78 5e ed 5d 69 ..pHYs..........o.d...MIDATx^.]i
5d 07 07 ae ee 32 7b 36 11 4f cf 8a bd 4b 29 26 .b.........R.e.I]....2{6.O...K)& 0560 01 ba 4b d6 16 f8 63 2e 74 89 41 22 1c 62 b2 0a e8 32 ea 6c fc fe 6b 24 e0 52 11 a0 72 67 6d fc ..K...c.t.A".b...2.l..k$.R..rgm. 0580 c2 2f 8a 58 17 61 d6 29 fd d5 b3 f7 5a 27 00 ed 63 67 25 c6 31 b4 a9 09 50 61 cd 8e e3 1c a8 85 ./.X.a.)....Z'..cg%.1...Pa...... 05a0 2f 08 ce d3 90 98 e6 85 27 97 84 be 49 74 34 b3 d7 1c 6b 38 17 9a 7b b2 6c bf cc 38 d4 ca 7e 6f /.......'...It4...k8..{.l..8..~o 05c0 3c fd 6e a0 26 e1 84 5a 39 c7 7b 78 4b 24 3d 2f 90 4f 4d 9a 01 8e 82 ba 12 56 59 3c 41 ab 89 b3 <.n.&..Z9.{xK$=/.OM......VY<A... 05e0 dd ef ec 63 cc 6b da f3 4a 00 bf ea e2 c2 33 a1 78 e8 b7 3b 39 12 16 37 1d 9a fd 1a ef ae 6b d0 ...c.k..J.....3.x..;9..7......k. 0600 63 f6 0f ae 4a 4c 82 df 90 df 74 83 58 f4 65 12 6f e7 e0 e5 0c 75 59 1f 7d cd 7c 5f d6 4f fc 10 c...JL....t.X.e.o....uY.}.|_.O.. 0620 9b ba 77 1a f8 55 17 87 ea f9 c9 e6 45 06 74 25 cd eb a7 20 9b b1 3e 01 e3 6c 9f d9 01 90 2e b8 ..w..U......E.t%......>..l...... 0640 d8 d4 a5 5a 56 97 6c e5 70 4c 3a 6c 87 c4 9f 98 82 04 fc 9c e4 c0 8c 27 39 0b c6 c6 de 77 b1 d0 ...ZV.l.pL:l...........'9....w.. 0660 13 20 53 d9 3a 8a 07 16 41 97 42 d9 be b1 66 60 e7 8a 40 7a bd c3 67 2f d8 1e f3 d2 cd 25 48 9f ..S.:...A.B...f`..@z..g/.....%H. 0680 c3 d7 45 09 b7 b5 73 3d 22 57 28 97 20 f4 25 d6 e6 1b 5e 60 d1 da db ce 3c 91 83 a4 9e aa 99 6b ..E...s="W(...%...^`....<......k 06a0 da 11 9c e5 09 88 36 db ca 25 75 31 ee 6f e0 09 71 12 47 08 f0 f2 a9 a6 a5 bd d7 7b 5c b5 2d 71 ......6..%u1.o..q.G........{\.-q 06c0 86 c0 fc 80 24 e0 ba 47 89 43 04 38 a5 1b a2 26 e0 80 9a c4 21 02 ec 13 84 e8 18 26 df 40 ea 10 ....$..G.C.8...&....!......&.@.. 06e0 6b b3 26 73 d4 70 d0 89 24 1e 26 21 71 8c 00 bf e3 3f 1d a0 39 e0 04 99 c4 39 02 bb c1 fe a6 f7 k.&s.p..$.&!q....?..9....9...... 0700 38 8f 39 f7 5d e6 77 10 e0 c4 58 93 4e 21 87 cd 25 85 20 c0 9b ca 9b 90 a0 10 f7 e5 06 27 bd ea 8.9.].w...X.N!..%............'.. 0720 ae 3e e6 65 e0 92 82 10 98 09 5f 38 c9 d3 6f 4d f0 78 41 be cb 95 0e 02 e7 d5 20 00 0f f7 92 14 .>.e......_8..oM.xA............. 0740 88 00 2f 93 98 aa 16 e0 11 3e 92 42 11 e0 49 a1 93 2d 2d e3 50 72 d0 2b 67 0a c5 d1 bd 5b 5c 55 ../......>.B..I..--.Pr.+g....[\U 0760 c4 b3 18 b8 5a 8a ca df b9 f8 54 22 04 84 80 10 10 02 42 40 08 08 01 21 20 04 84 80 10 10 02 42 ....Z.....T"......B@...!.......B 0780 40 08 08 01 21 20 04 84 80 10 10 02 42 40 08 08 01 21 20 04 84 80 10 10 02 42 40 08 08 01 21 50 @...!.......B@...!.......B@...!P 07a0 2a 02 ff 02 59 0d ff e3 21 aa 4c 91 00 00 00 00 49 45 4e 44 ae 42 60 82 *...Y...!.L.....IEND.B`.