Initial commit
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:46:59 +0000 (17:46 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:46:59 +0000 (17:46 -0400)
40 files changed:
.cache/v/cache/lastfailed [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
lttng_b_test/.cache/v/cache/lastfailed [new file with mode: 0644]
lttng_b_test/__init__.py [new file with mode: 0644]
lttng_b_test/__pycache__/__init__.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/__pycache__/settings.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/config.yaml [new file with mode: 0644]
lttng_b_test/config.yaml.backup [new file with mode: 0644]
lttng_b_test/debug.log [new file with mode: 0644]
lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace [new submodule]
lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules [new submodule]
lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools [new submodule]
lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust [new submodule]
lttng_b_test/launch.py [new file with mode: 0644]
lttng_b_test/run_configuration.yaml [new file with mode: 0644]
lttng_b_test/settings.py [new file with mode: 0644]
lttng_b_test/tests/.cache/v/cache/lastfailed [new file with mode: 0644]
lttng_b_test/tests/__init__.py [new file with mode: 0644]
lttng_b_test/tests/__pycache__/__init__.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/tests/__pycache__/test_base.cpython-35-PYTEST.pyc [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/.cache/v/cache/lastfailed [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/__init__.py [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/__pycache__/__init__.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_base.cpython-35-PYTEST.pyc [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_ust_so_name_vs_tools.cpython-35-PYTEST.pyc [new file with mode: 0644]
lttng_b_test/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py [new file with mode: 0644]
lttng_b_test/tmpdir/jedihttp_48909_stderr_HaRUyb.log [new file with mode: 0644]
lttng_b_test/tmpdir/jedihttp_48909_stdout_iH8gLc.log [new file with mode: 0644]
lttng_b_test/tmpdir/ycmd_56995_stderr_wm39h3vf.log [new file with mode: 0644]
lttng_b_test/tmpdir/ycmd_56995_stdout_zy78ixo5.log [new file with mode: 0644]
lttng_b_test/utils/.ProjectFactory.py.swp [new file with mode: 0644]
lttng_b_test/utils/.project.py.swp [new file with mode: 0644]
lttng_b_test/utils/ProjectFactory.py [new file with mode: 0644]
lttng_b_test/utils/__pycache__/ProjectFactory.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/utils/__pycache__/project.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/utils/__pycache__/skip.cpython-35.pyc [new file with mode: 0644]
lttng_b_test/utils/project.py [new file with mode: 0644]
lttng_b_test/utils/skip.py [new file with mode: 0644]

diff --git a/.cache/v/cache/lastfailed b/.cache/v/cache/lastfailed
new file mode 100644 (file)
index 0000000..cf53a69
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "lttngv/test/test_base.py": true,
+  "tests/test_base.py": true
+}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..187e9d8
--- /dev/null
@@ -0,0 +1,3 @@
+.venv
+lttngv/__pycache__
+lttngv/bare_repo
diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..d159169
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,339 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..0964f8b
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+Requirement:
+
+Ubuntu:
+       libgit2-dev
diff --git a/lttng_b_test/.cache/v/cache/lastfailed b/lttng_b_test/.cache/v/cache/lastfailed
new file mode 100644 (file)
index 0000000..8f04219
--- /dev/null
@@ -0,0 +1,82 @@
+{
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/bindings/python/babeltrace/examples/sequence_test.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_clock_class.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_clock_class_priority_map.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_component.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_component_class.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_connection.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_ctf_writer_clock.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_event.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_event_class.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_field_types.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_fields.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_graph.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_notification.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_notification_iterator.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_packet.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_plugin.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_port.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_query_executor.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_stream.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_stream_class.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_trace.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/bindings/python/bt2/test_values.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/cli/intersection/test_multi_trace_intersection.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace/tests/python-plugin-provider/test_python_plugin_provider.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/baddr-statedump/test_baddr-statedump.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/daemon/test_daemon.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/exit-fast/test_exit-fast.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/fork/test_fork.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/libc-wrapper/test_libc-wrapper.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/linking/test_linking.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/type-declarations/test_type_declarations.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/regression/ust/ust-dl/test_ust-dl.py": true,
+  "git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools/tests/utils/test_utils.py": true,
+  "test/ust_soname_vs_tools/test_base.py::test_timedistance_v0[a2-b2-expected2]": true,
+  "test/ust_soname_vs_tools/test_base.py::test_timedistance_v1[test3]": true,
+  "test/ust_soname_vs_tools/test_base.py::test_timedistance_v2[20011212-20011211-expected2]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.10-lttng-tools-2.10-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.10-lttng-tools-2.7-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.10-lttng-tools-2.8-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.10-lttng-tools-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.8-lttng-tools-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.8-lttng-tools-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.8-lttng-tools-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.8-lttng-tools-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.9-lttng-tools-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.9-lttng-tools-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.9-lttng-tools-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_configure[lttng-ust-2.9-lttng-tools-2.9-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname[lttng-ust-2.10-lttng-tools-2.7-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname[lttng-ust-2.7-lttng-tools-2.8-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.10-lttng-tools-2.10-lttng-ust-2.10-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.10-lttng-tools-2.7-lttng-ust-2.7-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.10-lttng-tools-2.8-lttng-ust-2.8-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.10-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.7-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.7-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.8-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.8-lttng-tools-2.7-lttng-ust-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.8-lttng-tools-2.8-lttng-ust-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.8-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.9-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.9-lttng-tools-2.7-lttng-ust-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.9-lttng-tools-2.8-lttng-ust-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_build[lttng-ust-2.9-lttng-tools-2.9-lttng-ust-2.9-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.10-lttng-tools-2.10-lttng-ust-2.10-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.10-lttng-tools-2.7-lttng-ust-2.7-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.10-lttng-tools-2.8-lttng-ust-2.8-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.10-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.7-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.7-lttng-tools-2.7-lttng-ust-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.7-lttng-tools-2.8-lttng-ust-2.8-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.7-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.8-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.8-lttng-tools-2.7-lttng-ust-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.8-lttng-tools-2.8-lttng-ust-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.8-lttng-tools-2.9-lttng-ust-2.9-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.9-lttng-tools-2.10-lttng-ust-2.10-False]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.9-lttng-tools-2.7-lttng-ust-2.7-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.9-lttng-tools-2.8-lttng-ust-2.8-True]": true,
+  "tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py::test_soname_configure[lttng-ust-2.9-lttng-tools-2.9-lttng-ust-2.9-True]": true
+}
\ No newline at end of file
diff --git a/lttng_b_test/__init__.py b/lttng_b_test/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lttng_b_test/__pycache__/__init__.cpython-35.pyc b/lttng_b_test/__pycache__/__init__.cpython-35.pyc
new file mode 100644 (file)
index 0000000..c309682
Binary files /dev/null and b/lttng_b_test/__pycache__/__init__.cpython-35.pyc differ
diff --git a/lttng_b_test/__pycache__/settings.cpython-35.pyc b/lttng_b_test/__pycache__/settings.cpython-35.pyc
new file mode 100644 (file)
index 0000000..2d0c198
Binary files /dev/null and b/lttng_b_test/__pycache__/settings.cpython-35.pyc differ
diff --git a/lttng_b_test/config.yaml b/lttng_b_test/config.yaml
new file mode 100644 (file)
index 0000000..bc0281b
--- /dev/null
@@ -0,0 +1,24 @@
+lttng-tools:
+        - marker: lttng-tools-2.7
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.7
+        - marker: lttng-tools-2.8
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.8
+lttng-ust:
+        - marker: lttng-ust-2.7
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.7
+        - marker: lttng-ust-2.10
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.7
+
+lttng-modules:
+        - marker: lttng-modules-2.7
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.7
+
+babeltrace:
+        - marker: babeltrace-master
+          url: https://github.com/efficios/babeltrace
+          ref: master
diff --git a/lttng_b_test/config.yaml.backup b/lttng_b_test/config.yaml.backup
new file mode 100644 (file)
index 0000000..e81f6e5
--- /dev/null
@@ -0,0 +1,63 @@
+lttng-tools:
+        - marker: lttng-tools-2.7
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.7
+        - marker: lttng-tools-2.8
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.8
+        - marker: lttng-tools-2.9
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.9
+        - marker: lttng-tools-2.10
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.10
+        - marker: lttng-tools-master
+          url: https://github.com/lttng/lttng-tools
+          ref: stable-2.10
+lttng-ust:
+        - marker: lttng-ust-2.7
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.7
+        - marker: lttng-ust-2.8
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.8
+        - marker: lttng-ust-2.9
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.9
+        - marker: lttng-ust-2.10
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.10
+        - marker: lttng-ust-master
+          url: https://github.com/lttng/lttng-ust
+          ref: stable-2.10
+
+lttng-modules:
+        - marker: lttng-modules-2.7
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.7
+        - marker: lttng-modules-2.8
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.8
+        - marker: lttng-modules-2.9
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.9
+        - marker: lttng-modules-2.10
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.10
+        - marker: lttng-modules-master
+          url: https://github.com/lttng/lttng-modules
+          ref: stable-2.10
+
+babeltrace:
+        - marker: babeltrace-1.3
+          url: https://github.com/efficios/babeltrace
+          ref: stable-1.3
+        - marker: babeltrace-1.4
+          url: https://github.com/efficios/babeltrace
+          ref: stable-1.4
+        - marker: babeltrace-1.5
+          url: https://github.com/efficios/babeltrace
+          ref: stable-1.5
+        - marker: babeltrace-master
+          url: https://github.com/efficios/babeltrace
+          ref: master
diff --git a/lttng_b_test/debug.log b/lttng_b_test/debug.log
new file mode 100644 (file)
index 0000000..17b9d59
--- /dev/null
@@ -0,0 +1,18 @@
+09-29 17:18 setup.git    INFO     Remotes to be fetched {'https://github.com/lttng/lttng-ust': '/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust', 'https://github.com/lttng/lttng-tools': '/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools', 'https://github.com/efficios/babeltrace': '/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace', 'https://github.com/lttng/lttng-modules': '/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules'}
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'fetch', '-v', 'origin'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust, universal_newlines=True, shell=None)
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'fetch', '-v', 'origin'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools, universal_newlines=True, shell=None)
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'fetch', '-v', 'origin'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace, universal_newlines=True, shell=None)
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'fetch', '-v', 'origin'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules, universal_newlines=True, shell=None)
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules, universal_newlines=False, shell=None)
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:babeltrace-master               Sha1 9d69da48590e1b1833c5a80eb6f7b6928550569d
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:lttng-tools-2.7                 Sha1 e47357fe8006f4ff13bae0fa6cef31da2466e97e
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:lttng-tools-2.8                 Sha1 73d0ff3ee853e4933641b7cc02c7c5a1bc3183cf
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:lttng-ust-2.7                   Sha1 6b649e4894d06e63c9835728772198c7ffb206b3
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:lttng-ust-2.10                  Sha1 6b649e4894d06e63c9835728772198c7ffb206b3
+09-29 17:18 git.cmd      DEBUG    Popen(['git', 'cat-file', '--batch-check'], cwd=/home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules, universal_newlines=False, shell=None)
+09-29 17:18 setup.git    INFO     Marker:lttng-modules-2.7               Sha1 1b027915cd28cf3e211e4116f928c75f196a1390
diff --git a/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace b/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace
new file mode 160000 (submodule)
index 0000000..6470c17
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 6470c171fb12d6c5d53773c6e5d9765ed5a54426
diff --git a/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules b/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules
new file mode 160000 (submodule)
index 0000000..cf10111
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit cf101116238c2e18f6bf927822dbe47aa4e71dec
diff --git a/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools b/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools
new file mode 160000 (submodule)
index 0000000..5a63877
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 5a63877f8e9d4a33edeff874d42e5bd5ef082299
diff --git a/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust b/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust
new file mode 160000 (submodule)
index 0000000..d0f6cf5
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d0f6cf574ef992620b09c183cb3a0ea771070ea5
diff --git a/lttng_b_test/launch.py b/lttng_b_test/launch.py
new file mode 100644 (file)
index 0000000..fcbde6e
--- /dev/null
@@ -0,0 +1,136 @@
+import pytest
+import os
+import yaml
+import logging
+import urllib.parse
+
+from git import Repo
+
+default_git_remote_dir = "./git_remote"
+
+
+def is_ref_branch(repo, ref):
+    try:
+        repo.remote().refs[ref]
+        is_branch = True
+    except:
+        is_branch = False
+
+    return is_branch
+
+
+def is_ref_tag(repo, ref):
+    try:
+        repo.tags[ref]
+        is_tag = True
+    except:
+        is_tag = False
+
+    return is_tag
+
+
+def is_ref_commit(repo, ref):
+    try:
+        Repo.rev_parse(repo, ref)
+        is_commit = True
+    except:
+        is_commit = False
+
+    return is_commit
+
+
+def logging_setup():
+    logger_format = '%(asctime)s %(name)-12s %(levelname)-8s %(message)s'
+    logging.basicConfig(level=logging.DEBUG,
+                        format=logger_format,
+                        datefmt='%m-%d %H:%M',
+                        filename='./debug.log',
+                        filemode='w')
+    # define a Handler which writes INFO messages or higher to the sys.stderr
+    console = logging.StreamHandler()
+    console.setLevel(logging.DEBUG)
+    # set a format which is simpler for console use
+    formatter = logging.Formatter('%(name)-12s: %(levelname)-8s %(message)s')
+    # tell the handler to use this format
+    console.setFormatter(formatter)
+    # add the handler to the root logger
+    logging.getLogger('').addHandler(console)
+
+
+logging_setup()
+
+# Remote setup
+logger_git = logging.getLogger('setup.git')
+
+# Fetch local base repository
+with open("config.yaml", 'r') as stream:
+    config = yaml.load(stream)
+
+# Retrieve all possibles remotes and clean url for path
+remotes = {}
+for project, markers in config.items():
+    if markers is None:
+        continue
+    for marker in markers:
+        url = marker['url']
+        url2path = urllib.parse.quote_plus(url)
+        path = os.path.abspath(default_git_remote_dir + '/' + url2path)
+        remotes[url] = path
+
+logger_git.info('Remotes to be fetched {}'.format(remotes))
+
+if not os.path.isdir(default_git_remote_dir):
+    os.mkdir(default_git_remote_dir)
+
+# Fetch the remote
+for url, path in remotes.items():
+    if os.path.exists(path):
+        if not os.path.isdir(path):
+            logger_git.error('Remote path {} exists and is not a folder'.format(path))
+            exit()
+        repo = Repo(path)
+    else:
+        repo = Repo.clone_from(url, path)
+
+    # TODO: might be necessary to actually update the base branch, to validate
+    repo.remote().fetch()
+
+# Create marker definition for test runners
+runnable_markers = {}
+for project, markers in config.items():
+    if markers is None:
+        continue
+    for marker in markers:
+        name = marker['marker']
+        ref = marker['ref']
+        url = marker['url']
+        path = remotes[url]
+        repo = Repo(path)
+
+        git_object = None
+        if is_ref_branch(repo, ref):
+            git_object = Repo.rev_parse(repo, repo.remote().refs[ref].name)
+        elif is_ref_tag(repo, ref):
+            git_object = repo.tags[ref].commit
+        elif is_ref_commit(repo, ref):
+            git_object = repo.commit(ref)
+
+        if git_object is None:
+            logger_git.error('Invalid git reference for marker "{}"'.format(name))
+            exit(1)
+
+        logger_git.info('Marker:{: <30}  Sha1 {: <20}'.format(name, git_object.hexsha))
+
+        if name in runnable_markers:
+            logger_git.error('Duplicate for entry for marker "{}"'.format(name))
+            exit(1)
+
+        runnable_markers[name] = {
+                'project': project,
+                'sha1': git_object.hexsha,
+                'url': url,
+                'path': path
+        }
+
+with open('run_configuration.yaml', 'w') as run_configuration:
+    yaml.dump(runnable_markers, run_configuration, default_flow_style=False)
diff --git a/lttng_b_test/run_configuration.yaml b/lttng_b_test/run_configuration.yaml
new file mode 100644 (file)
index 0000000..90ddc6c
--- /dev/null
@@ -0,0 +1,30 @@
+babeltrace-master:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Fefficios%2Fbabeltrace
+  project: babeltrace
+  sha1: 9d69da48590e1b1833c5a80eb6f7b6928550569d
+  url: https://github.com/efficios/babeltrace
+lttng-modules-2.7:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-modules
+  project: lttng-modules
+  sha1: 1b027915cd28cf3e211e4116f928c75f196a1390
+  url: https://github.com/lttng/lttng-modules
+lttng-tools-2.7:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools
+  project: lttng-tools
+  sha1: e47357fe8006f4ff13bae0fa6cef31da2466e97e
+  url: https://github.com/lttng/lttng-tools
+lttng-tools-2.8:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-tools
+  project: lttng-tools
+  sha1: 73d0ff3ee853e4933641b7cc02c7c5a1bc3183cf
+  url: https://github.com/lttng/lttng-tools
+lttng-ust-2.10:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust
+  project: lttng-ust
+  sha1: 6b649e4894d06e63c9835728772198c7ffb206b3
+  url: https://github.com/lttng/lttng-ust
+lttng-ust-2.7:
+  path: /home/jonathan/lttng/lttngv-test/lttng_b_test/git_remote/https%3A%2F%2Fgithub.com%2Flttng%2Flttng-ust
+  project: lttng-ust
+  sha1: 6b649e4894d06e63c9835728772198c7ffb206b3
+  url: https://github.com/lttng/lttng-ust
diff --git a/lttng_b_test/settings.py b/lttng_b_test/settings.py
new file mode 100644 (file)
index 0000000..d005bd4
--- /dev/null
@@ -0,0 +1,2 @@
+# All tests are run if empty
+test_only = {"lttng-ust-2.7"}
diff --git a/lttng_b_test/tests/.cache/v/cache/lastfailed b/lttng_b_test/tests/.cache/v/cache/lastfailed
new file mode 100644 (file)
index 0000000..62c670c
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "test_base.py::test_timedistance_v0[a2-b2-expected2]": true,
+  "test_base.py::test_timedistance_v1[test3]": true,
+  "test_base.py::test_timedistance_v2[20011212-20011211-expected2]": true
+}
\ No newline at end of file
diff --git a/lttng_b_test/tests/__init__.py b/lttng_b_test/tests/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lttng_b_test/tests/__pycache__/__init__.cpython-35.pyc b/lttng_b_test/tests/__pycache__/__init__.cpython-35.pyc
new file mode 100644 (file)
index 0000000..d8ac39a
Binary files /dev/null and b/lttng_b_test/tests/__pycache__/__init__.cpython-35.pyc differ
diff --git a/lttng_b_test/tests/__pycache__/test_base.cpython-35-PYTEST.pyc b/lttng_b_test/tests/__pycache__/test_base.cpython-35-PYTEST.pyc
new file mode 100644 (file)
index 0000000..30ea249
Binary files /dev/null and b/lttng_b_test/tests/__pycache__/test_base.cpython-35-PYTEST.pyc differ
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/.cache/v/cache/lastfailed b/lttng_b_test/tests/ust_soname_vs_tools/.cache/v/cache/lastfailed
new file mode 100644 (file)
index 0000000..3fa2028
--- /dev/null
@@ -0,0 +1,3 @@
+{
+  "test_base.py": true
+}
\ No newline at end of file
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/__init__.py b/lttng_b_test/tests/ust_soname_vs_tools/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/__init__.cpython-35.pyc b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/__init__.cpython-35.pyc
new file mode 100644 (file)
index 0000000..fcf101f
Binary files /dev/null and b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/__init__.cpython-35.pyc differ
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_base.cpython-35-PYTEST.pyc b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_base.cpython-35-PYTEST.pyc
new file mode 100644 (file)
index 0000000..dd42dcd
Binary files /dev/null and b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_base.cpython-35-PYTEST.pyc differ
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_ust_so_name_vs_tools.cpython-35-PYTEST.pyc b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_ust_so_name_vs_tools.cpython-35-PYTEST.pyc
new file mode 100644 (file)
index 0000000..5939cfa
Binary files /dev/null and b/lttng_b_test/tests/ust_soname_vs_tools/__pycache__/test_ust_so_name_vs_tools.cpython-35-PYTEST.pyc differ
diff --git a/lttng_b_test/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py b/lttng_b_test/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py
new file mode 100644 (file)
index 0000000..1d54f6f
--- /dev/null
@@ -0,0 +1,122 @@
+import pytest
+import lttng_b_test.utils.ProjectFactory as ProjectFactory
+import lttng_b_test.settings as project_settings
+import subprocess
+
+"""
+TODO: Document how the tests is donne and what it tests
+
+At configure time
+At build time
+At run time
+
+Always include a documentation matrix:
+FC: Fully Compatible
+BC: Backward Compatible
+I: Incompatible
+
++------------------------------------------------------------------+
+| LTTng UST control library vs LTTng Tools                         |
++-----------------------------------------+-----+-----+-----+------+
+| LTTng UST Control(soname) / LTTng Tools | 2.7 | 2.8 | 2.9 | 2.10 |
++-----------------------------------------+-----+-----+-----+------+
+| 2.7 (2.0.0)                             | FC  | I   | I   | I    |
+| 2.8 (2.0.0)                             | BC  | FC  | I   | I    |
+| 2.9 (2.0.0)                             | BC  | BC  | FC  | I    |
+| 2.10 (4.0.0)                            | I   | I   | I   | FC   |
++-----------------------------------------+-----+-----+-----+------+
+
+In this scenario:
+
+FC and BC must pass configure, build and run time
+I must fail at configure, build and run time.
+
+"""
+
+"""
+First tuple member: lttng-ust label
+Second tuple member: lttng-tool label
+Third tuple member: Success.
+                    True -> expect success
+                    False -> expect failure
+"""
+
+test_matrix_label = [
+    ("lttng-ust-2.7", "lttng-tools-2.7", "lttng-ust-2.7", True),
+    ("lttng-ust-2.7", "lttng-tools-2.8", "lttng-ust-2.8", False),
+    ("lttng-ust-2.7", "lttng-tools-2.9", "lttng-ust-2.9", False),
+    ("lttng-ust-2.7", "lttng-tools-2.10", "lttng-ust-2.10", False),
+    ("lttng-ust-2.8", "lttng-tools-2.7", "lttng-ust-2.7", True),
+    ("lttng-ust-2.8", "lttng-tools-2.8", "lttng-ust-2.8", True),
+    ("lttng-ust-2.8", "lttng-tools-2.9", "lttng-ust-2.9", False),
+    ("lttng-ust-2.8", "lttng-tools-2.10", "lttng-ust-2.10", False),
+    ("lttng-ust-2.9", "lttng-tools-2.7", "lttng-ust-2.7", True),
+    ("lttng-ust-2.9", "lttng-tools-2.8", "lttng-ust-2.8", True),
+    ("lttng-ust-2.9", "lttng-tools-2.9", "lttng-ust-2.9", True),
+    ("lttng-ust-2.9", "lttng-tools-2.10", "lttng-ust-2.10", False),
+    ("lttng-ust-2.10", "lttng-tools-2.7", "lttng-ust-2.7", False),
+    ("lttng-ust-2.10", "lttng-tools-2.8", "lttng-ust-2.8", False),
+    ("lttng-ust-2.10", "lttng-tools-2.9", "lttng-ust-2.9", False),
+    ("lttng-ust-2.10", "lttng-tools-2.10", "lttng-ust-2.10", True),
+]
+
+runtime_matrix_label = []
+if not project_settings.test_only:
+    runtime_matrix_label = test_matrix_label
+else:
+    for tup in test_matrix_label:
+        ust_label, tools_label = tup[0], tup[1]
+        if (ust_label in project_settings.test_only or tools_label in
+                project_settings.test_only):
+            runtime_matrix_label.append(tup)
+
+
+@pytest.mark.parametrize("ust_label,tools_label,base_tools_ust_dep,should_pass", runtime_matrix_label)
+def test_soname_configure(tmpdir, ust_label, tools_label, base_tools_ust_dep, should_pass):
+    ust = ProjectFactory.get(ust_label, str(tmpdir.mkdir("lttng-ust")))
+    tools = ProjectFactory.get(tools_label, str(tmpdir.mkdir("lttng-tools")))
+
+    ust.autobuild()
+
+    tools.dependencies.append(ust)
+    # TODO: Propose fixes to upstream regarding the check
+    if not should_pass:
+        # Making sure we get a error here
+        pytest.xfail("passing configure but should fail See todo")
+        with pytest.raises(subprocess.CalledProcessError) as error:
+            tools.configure()
+        print(error)
+    else:
+        # An exception is thrown on errors
+        # TODO MAYBE: wrap around a try and perform error printing + save
+        # stdout stderr etc. Or move all this handling inside the function and
+        # reraise the error (bubble up)
+        tools.configure()
+
+
+@pytest.mark.parametrize("ust_label,tools_label,base_tools_ust_dep,should_pass", runtime_matrix_label)
+def test_soname_build(tmpdir, ust_label, tools_label, base_tools_ust_dep, should_pass):
+    ust = ProjectFactory.get(ust_label, str(tmpdir.mkdir("lttng-ust")))
+    tools = ProjectFactory.get(tools_label, str(tmpdir.mkdir("lttng-tools")))
+    ust_configure_mockup = ProjectFactory.get(ust_label, str(tmpdir.mkdir("lttng-ust-base")))
+
+    ust.autobuild()
+    ust_configure_mockup.autobuild()
+
+    # Fool configure
+    tools.dependencies.append(ust_configure_mockup)
+    tools.configure()
+
+    # Use ust under test
+    tools.special_env_variables["CPPFLAGS"] = ust.get_cppflags()
+    tools.special_env_variables["LDFLAGS"] = ust.get_ldflags()
+    tools.special_env_variables["LD_LIBRARY_PATH"] = ust.get_ld_library_path()
+
+    if not should_pass:
+        # Making sure we get a error here
+        with pytest.raises(subprocess.CalledProcessError) as error:
+            tools.build()
+        print(error)
+    else:
+        # An exception is thrown on errors
+        tools.build()
diff --git a/lttng_b_test/tmpdir/jedihttp_48909_stderr_HaRUyb.log b/lttng_b_test/tmpdir/jedihttp_48909_stderr_HaRUyb.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lttng_b_test/tmpdir/jedihttp_48909_stdout_iH8gLc.log b/lttng_b_test/tmpdir/jedihttp_48909_stdout_iH8gLc.log
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lttng_b_test/tmpdir/ycmd_56995_stderr_wm39h3vf.log b/lttng_b_test/tmpdir/ycmd_56995_stderr_wm39h3vf.log
new file mode 100644 (file)
index 0000000..1a6c98f
--- /dev/null
@@ -0,0 +1,24 @@
+2017-10-02 16:05:45,117 - INFO - Received ready request
+2017-10-02 16:05:45,142 - INFO - Received event notification
+2017-10-02 16:05:45,145 - INFO - Starting JediHTTP server
+2017-10-02 16:05:45,147 - INFO - using port 48909
+2017-10-02 16:05:45,148 - INFO - Received event notification
+2017-10-02 16:05:45,148 - INFO - Adding buffer identifiers for file: /home/jonathan/lttng/lttngv-test/lttng_b_test/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py
+2017-10-02 16:05:45,250 - INFO - Received filetype completion available request
+2017-10-02 16:15:45,129 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 16:25:45,199 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 16:26:14,801 - INFO - Received health request
+2017-10-02 16:35:45,305 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 16:36:14,905 - INFO - Received health request
+2017-10-02 16:45:45,407 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 16:46:15,015 - INFO - Received health request
+2017-10-02 16:55:45,501 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 16:56:15,119 - INFO - Received health request
+2017-10-02 17:05:45,609 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 17:06:15,226 - INFO - Received health request
+2017-10-02 17:15:45,637 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 17:16:15,335 - INFO - Received health request
+2017-10-02 17:19:03,456 - INFO - Received event notification
+2017-10-02 17:25:45,743 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 17:35:45,826 - INFO - Starting new HTTP connection (1): 127.0.0.1
+2017-10-02 17:45:45,924 - INFO - Starting new HTTP connection (1): 127.0.0.1
diff --git a/lttng_b_test/tmpdir/ycmd_56995_stdout_zy78ixo5.log b/lttng_b_test/tmpdir/ycmd_56995_stdout_zy78ixo5.log
new file mode 100644 (file)
index 0000000..00981de
--- /dev/null
@@ -0,0 +1 @@
+serving on http://127.0.0.1:56995
diff --git a/lttng_b_test/utils/.ProjectFactory.py.swp b/lttng_b_test/utils/.ProjectFactory.py.swp
new file mode 100644 (file)
index 0000000..95e72be
Binary files /dev/null and b/lttng_b_test/utils/.ProjectFactory.py.swp differ
diff --git a/lttng_b_test/utils/.project.py.swp b/lttng_b_test/utils/.project.py.swp
new file mode 100644 (file)
index 0000000..71910d9
Binary files /dev/null and b/lttng_b_test/utils/.project.py.swp differ
diff --git a/lttng_b_test/utils/ProjectFactory.py b/lttng_b_test/utils/ProjectFactory.py
new file mode 100644 (file)
index 0000000..97fe87e
--- /dev/null
@@ -0,0 +1,33 @@
+import os
+import logging
+import yaml
+
+import lttng_b_test.utils.project as Project
+
+
+_logger = logging.getLogger('project.factory')
+_conf_file = os.path.dirname(os.path.abspath(__file__)) + "/../run_configuration.yaml"
+_project_constructor = {
+        'babeltrace': Project.Babeltrace,
+        'lttng-modules': Project.Lttng_modules,
+        'lttng-tools': Project.Lttng_tools,
+        'lttng-ust': Project.Lttng_ust,
+}
+
+_markers = None
+with open(_conf_file, 'r') as stream:
+    # This is voluntary static across call, no need to perform this
+    # every time.
+    _markers = yaml.load(stream)
+
+
+def get(label, tmpdir):
+    if label not in _markers:
+        # TODO: specialized exception, handle it caller-side so the caller
+        # can decide to skip or fail test.
+        raise Exception('Label is no present')
+    marker = _markers[label]
+    constructor = _project_constructor[marker['project']]
+    path = marker['path']
+    sha1 = marker['sha1']
+    return constructor(label, path, sha1, tmpdir)
diff --git a/lttng_b_test/utils/__pycache__/ProjectFactory.cpython-35.pyc b/lttng_b_test/utils/__pycache__/ProjectFactory.cpython-35.pyc
new file mode 100644 (file)
index 0000000..d22764c
Binary files /dev/null and b/lttng_b_test/utils/__pycache__/ProjectFactory.cpython-35.pyc differ
diff --git a/lttng_b_test/utils/__pycache__/project.cpython-35.pyc b/lttng_b_test/utils/__pycache__/project.cpython-35.pyc
new file mode 100644 (file)
index 0000000..27d0c5b
Binary files /dev/null and b/lttng_b_test/utils/__pycache__/project.cpython-35.pyc differ
diff --git a/lttng_b_test/utils/__pycache__/skip.cpython-35.pyc b/lttng_b_test/utils/__pycache__/skip.cpython-35.pyc
new file mode 100644 (file)
index 0000000..25fbb7f
Binary files /dev/null and b/lttng_b_test/utils/__pycache__/skip.cpython-35.pyc differ
diff --git a/lttng_b_test/utils/project.py b/lttng_b_test/utils/project.py
new file mode 100644 (file)
index 0000000..fb8c5c8
--- /dev/null
@@ -0,0 +1,235 @@
+import os
+import shutil
+import git
+import subprocess
+import logging
+
+
+class Project(object):
+
+    def __init__(self, label, git_path, sha1, tmpdir):
+        self.label = label
+        self.git_path = git_path
+        self.sha1 = sha1
+
+        """ Custom configure flags in the for of ['-x', 'arg']"""
+        self.custom_configure_flags = []
+        ccache = shutil.which("ccache")
+        if ccache is not None:
+            self.custom_configure_flags.append("CC={} gcc".format(ccache))
+            self.custom_configure_flags.append("CXX={} g++".format(ccache))
+
+        """ A collection of Project dependencies """
+        self.dependencies = []
+
+        # State
+        self.isCheckedOut = False
+        self.isBootStrapped = False
+        self.isBuilt = False
+        self.isConfigured = False
+        self.isInstalled = False
+
+        self.source_path = tmpdir + "/source"
+        self.installation_path = tmpdir + "/install"
+        os.makedirs(self.source_path)
+        os.makedirs(self.installation_path)
+        self.logger = logging.getLogger('project.{}'.format(self.label))
+
+        self.special_env_variables = {}
+
+        # Init the repo for work
+        self.checkout()
+        self.bootstrap()
+
+    def get_cppflags(self):
+        return " -I{}/include".format(self.installation_path)
+
+    def get_ldflags(self):
+        return " -L{}/lib".format(self.installation_path)
+
+    def get_ld_library_path(self):
+        return "{}/lib".format(self.installation_path)
+
+    def get_env(self):
+        """Modify environment to reflect dependency"""
+        cpp_flags = ""
+        ld_flags = ""
+        ld_library_path = ""
+
+        env = os.environ.copy()
+
+        for var, value in self.special_env_variables.items():
+            if var in env:
+                # TODO: WARNING log point
+                # Raise for now since no special cases is known
+                self.logger.warning("Special var % is already defined", var)
+                raise Exception("Multiple definition of a special environment variable")
+            else:
+                env[var] = value
+
+        for dep in self.dependencies:
+            # Extra space just in case
+            cpp_flags += " {}".format(dep.get_cppflags())
+            ld_flags += " {}".format(dep.get_ldflags())
+            ld_library_path += "{}:".format(dep.get_ld_library_path())
+            for var, value in dep.special_env_variables.items():
+                if var in env:
+                    # TODO: WARNING log point
+                    # Raise for now since no special cases is known
+                    self.logger.warning("Special var % is already defined", var)
+                    raise Exception("Multiple definition of a special environment variable")
+                else:
+                    env[var] = value
+
+        # TODO: INFO log point for each variable with project information
+        if cpp_flags:
+            if 'CPPFLAGS' in env:
+                cpp_flags = env['CPPFLAGS'] + cpp_flags
+            env['CPPFLAGS'] = cpp_flags
+        if ld_flags:
+            if 'LDFLAGS' in env:
+                ld_flags = env['LDFLAGS'] + ld_flags
+            env['LDFLAGS'] = ld_flags
+        if ld_library_path:
+            if 'LD_LIBRARY_PATH' in env:
+                ld_library_path = env['LD_LIBRARY_PATH'] + ":" + ld_library_path
+            env['LD_LIBRARY_PATH'] = ld_library_path
+        return env
+
+    def autobuild(self):
+        """
+        Perform the bootstrap, configuration, build and install the
+        project. Build dependencies if not already built
+        """
+        for dep in self.dependencies:
+            dep.autobuild()
+
+        if self.isCheckedOut ^ self.isBootStrapped ^ self.isBootStrapped ^ self.isBuilt ^ self.isConfigured ^ self.isInstalled:
+            raise Exception("Project steps where manually triggered. Can't autobuild")
+
+        self.configure()
+        self.build()
+        self.install()
+
+    def checkout(self):
+        repo = git.Repo.clone_from(self.git_path, self.source_path)
+        commit = repo.commit(self.sha1)
+        repo.head.reference = commit
+        assert repo.head.is_detached
+        repo.head.reset(index=True, working_tree=True)
+
+    def bootstrap(self):
+        """
+        Bootstap the project. Raise subprocess.CalledProcessError on
+        bootstrap error.
+        """
+        os.chdir(self.source_path)
+        p = subprocess.run(['./bootstrap'], stdout=subprocess.PIPE,
+                           stderr=subprocess.PIPE)
+        p.check_returncode()
+        return p
+
+    def configure(self):
+        """
+        Configure the project.
+        Raises subprocess.CalledProcessError on configure error
+        """
+        # Check that all our dependencies were actually installed
+        for dep in self.dependencies:
+            if not dep.isInstalled:
+                # TODO: Custom exception here Dependency Error
+                raise Exception("Dependency project flagged as not installed")
+
+        os.chdir(self.source_path)
+        args = ['./configure']
+        prefix = '--prefix={}'.format(self.installation_path)
+        args.append(prefix)
+        args.extend(self.custom_configure_flags)
+
+        # TODO: log output and add INFO log point
+        p = subprocess.run(args, env=self.get_env(), stdout=subprocess.PIPE,
+                           stderr=subprocess.PIPE)
+        p.check_returncode()
+        self.isConfigured = True
+        return p
+
+    def build(self):
+        """
+        Build the project. Raise subprocess.CalledProcessError on build
+        error.
+        """
+        os.chdir(self.source_path)
+        args = ['make']
+        env = self.get_env()
+        env['CFLAGS'] = '-g -O0'
+
+        # Number of usable cpu
+        # https://docs.python.org/3/library/os.html#os.cpu_count
+        num_cpu = str(len(os.sched_getaffinity(0)))
+        args.append('-j')
+        args.append(num_cpu)
+
+        # TODO: log output and add INFO log point with args
+        p = subprocess.run(args, env=env, stdout=subprocess.PIPE,
+                           stderr=subprocess.PIPE)
+        p.check_returncode()
+        self.isBuilt = True
+        return p
+
+    def install(self):
+        """
+        Install the project. Raise subprocess.CalledProcessError on
+        bootstrap error
+        """
+        os.chdir(self.source_path)
+        args = ['make', 'install']
+
+        # TODO: log output and add INFO log point
+        p = subprocess.run(args, env=self.get_env(), stdout=subprocess.PIPE,
+                           stderr=subprocess.PIPE)
+        p.check_returncode()
+        self.isInstalled = True
+        return p
+
+    def cleanup(self):
+        if os.path.exists(self.source_path):
+            shutil.rmtree(self.source_path)
+        if os.path.exists(self.installation_path):
+            shutil.rmtree(self.installation_path)
+
+
+class Lttng_modules(Project):
+    def bootstrap(self):
+        pass
+
+    def configure(self):
+        pass
+
+    def install(self):
+        os.chdir(self.source_path)
+        args = ['make', 'INSTALL_MOD_PATH={}'.format(self.installation_path),
+                'modules_install']
+        p = subprocess.run(args, env=self.get_env(), stdout=subprocess.PIPE,
+                           stderr=subprocess.PIPE)
+        p.check_returncode()
+
+        # Perform a local depmod
+        args = ['depmod', '-b', self.installation_path]
+        p = subprocess.run(args, env=self.get_env())
+        p.check_returncode()
+        self.isInstalled = True
+
+
+class Lttng_ust(Project):
+    def __init__(self, label, git_path, sha1, tmpdir):
+        super(Lttng_ust, self).__init__(label=label, git_path=git_path,
+                                        sha1=sha1, tmpdir=tmpdir)
+        self.custom_configure_flags.extend(['--disable-man-pages'])
+
+
+class Lttng_tools(Project):
+    pass
+
+
+class Babeltrace(Project):
+    pass
diff --git a/lttng_b_test/utils/skip.py b/lttng_b_test/utils/skip.py
new file mode 100644 (file)
index 0000000..10f92d3
--- /dev/null
@@ -0,0 +1,4 @@
+import os
+import pytest
+
+root = pytest.mark.skipif(os.geteuid() != 0, reason="Must be run as root")
This page took 0.042433 seconds and 5 git commands to generate.