├── LICENSE ├── README.md └── tests ├── boot.exp ├── install.exp ├── iso └── .keepme └── log_parser_rules /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2016, TrueOS 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without 5 | modification, are permitted provided that the following conditions are met: 6 | 7 | * Redistributions of source code must retain the above copyright notice, this 8 | list of conditions and the following disclaimer. 9 | 10 | * Redistributions in binary form must reproduce the above copyright notice, 11 | this list of conditions and the following disclaimer in the documentation 12 | and/or other materials provided with the distribution. 13 | 14 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 15 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 17 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 18 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 20 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 21 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 22 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 23 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Automation tests for ***trueos-desktop*** ISOs 2 | The package files and other information for the "trueos-desktop" *package* is located in the "trueos/trueos-core" repository. 3 | 4 | --- 5 | **Project Information: Table of Contents** 6 | 7 | - [General TrueOS Information](#gentrosinfo) 8 | - [TrueOS Project Documentation](#docs) 9 | - [TrueOS Handbook](#trueosdoc) 10 | - [Lumina Handbook](#luminadoc) 11 | - [SysAdm Handbooks](#sysadmdoc) 12 | - [Filing Issues or Feature Requests](#fileissues) 13 | - [Community Channels](#community) 14 | - [Discourse](#discourse) 15 | - [Gitter](#gitter) 16 | - [IRC](#irc) 17 | - [Subreddit](#subreddit) 18 | - [Social Media](#socialmedia) 19 | 20 | 21 | 22 | # General TrueOS Information 23 | 24 | This section describes where you can find more information about TrueOS and its related projects, file new issues on GitHub, and converse with other users or contributors to the project. 25 | 26 | ## TrueOS Project Documentation 27 | 28 | A number of [Sphinx](http://www.sphinx-doc.org/en/stable/) generated reStructuredText handbooks are available to introduce you to the TrueOS, Lumina, and SysAdm projects. These handbooks are open source, and users are always encouraged to open GitHub issues or fix any errors they find in the documentation. 29 | 30 | ### TrueOS Handbook 31 | 32 | The [TrueOS User Guide](https://www.trueos.org/handbook/trueos.html) is a comprehensive guide to install TrueOS, along with post-installation configuration help, recommendations for useful utilities and applications, and a help and support section containing solutions for common issues and links to community and development chat channels for uncommon issues. There is also a chapter describing the experimental TrueOS Pico project and links to the Lumina and SysAdm documentation. All TrueOS documentation is hosted on the [TrueOS website](https://www.trueos.org). 33 | 34 | ### Lumina Handbook 35 | 36 | The Lumina Desktop Environment has its own [handbook](https://lumina-desktop.org/handbook/), hosted on the [Lumina Website](https://lumina-desktop.org). This handbook contains brief installation instructions. However, due to the highly customizable nature of Lumina, the focus of the handbook lies mainly in documenting all user configurable settings. Each option is typically described in detail, with both text and screenshots. Finally, the suite of unique Qt5 utilities included with Lumina are also documented. 37 | 38 | TrueOS users are encouraged to review the Lumina documentation, as the Lumina Desktop Environment is installed by default with TrueOS. 39 | 40 | ### SysAdm Handbooks 41 | 42 | Due to complexity of this project, SysAdm documentation is split into three different guides: 43 | 44 | 1. **API Reference Guide** (https://api.sysadm.us/getstarted.html) 45 | 46 | The Application Programming Interface (API) Reference Guide is a comprehensive library of all API calls and WebSocket requests for SysAdm. In addition to documenting all SysAdm subsystems and classes, the guide provides detailed examples of requests and responses, authentication, and SSL certificate management. This guide is constantly updated, ensuring it provides accurate information at all times. 47 | 48 | 2. **Client Handbook** (https://sysadm.us/handbook/client/) 49 | 50 | The SysAdm Client handbook documents all aspects of the SysAdm client, as well as describing of the PC-BSD system utilities is replaces. Detailed descriptions of utilities such as Appcafe, Life Preserver, and the Boot Environment Manager are contained here, as well as a general guide to using these utilities. TrueOS users are encouraged to reference this guide, as the SysAdm client is included with TrueOS. 51 | 52 | 3. **Server Handbook** (https://sysadm.us/handbook/server/introduction.html) 53 | 54 | The Server handbook is a basic installation guide, walking new users through the process of initializing SysAdm with a bridge and server connection. 55 | 56 | ## Filing Issues or Feature Requests 57 | 58 | Due to the number of repositories under the TrueOS "umbrella", the TrueOS Project consolidates its issue trackers into a few repositories: 59 | 60 | * [trueos-core](https://github.com/trueos/trueos-core) : Used for general TrueOS issues, Pico issues, and feature requests. 61 | * [lumina](https://github.com/trueos/lumina) : Issues related to using the Lumina Desktop Environment. 62 | * [sysadm](https://github.com/trueos/sysadm) : Issues with using the SysAdm client or server. 63 | * [trueos-docs](https://github.com/trueos/trueos-docs) : Issues related to the TrueOS Handbook. 64 | * [lumina-docs](https://github.com/trueos/lumina-docs) : Issues related to the Lumina Handbook. 65 | * [sysadm-docs](https://github.com/trueos/sysadm-docs) : Issues related to the SysAdm API Guide, Client, and Server Handbooks. 66 | * [trueos-website](https://github.com/trueos/trueos-website) : Issues involving any of the TrueOS Project websites: 67 | - https://www.lumina-desktop.org 68 | - https://www.trueos.org 69 | - https://www.sysadm.us 70 | 71 | The TrueOS handbook has detailed instructions to help you report a bug (https://www.trueos.org/handbook/helpsupport.html#report-a-bug). It is recommended to refer to these instructions when creating new GitHub issues. Better bug reports usually result in faster fixes! 72 | 73 | To request a feature, open a new issue in one of the related GitHub issue repositories and begin the title with *Feature Request:*. 74 | 75 | ## Community Channels 76 | 77 | The TrueOS community has a wide variety of chat channels and forum options available for users to interact with not only each other, but contributors to the project and the core development team too. 78 | 79 | ### Discourse 80 | 81 | TrueOS has a [Discourse channel](https://discourse.trueos.org/) managed concurrently with the TrueOS Subreddit. New users need to sign up with Discourse in order to create posts, but it is possible to view posts without an account. 82 | 83 | ### Gitter 84 | 85 | The TrueOS Project uses Gitter to provide real-time chat and collaboration with TrueOS users and developers. Gitter does not require an application to use, but does require a login using either an existing GitHub or Twitter account. 86 | 87 | To access the TrueOS Gitter community, point a web browser to https://gitter.im/trueos. 88 | 89 | Gitter also maintains a full archive of the chat history. This means lengthy conversations about hardware issues or workarounds are always available for reference. To access the Gitter archive, navigate to the desired TrueOS room’s archive. For example, here is the address of the TrueOS Lobby archive: https://gitter.im/trueos/Lobby/archives. 90 | 91 | ### IRC 92 | 93 | Like many open source projects, TrueOS has an Internet Relay Chat (IRC) channel so users can chat and get help in real time. To get connected, use this information in your IRC client: 94 | 95 | * Server name: irc.freenode.net 96 | * Channel name: #trueos (note the # is required) 97 | 98 | ### Subreddit 99 | 100 | The TrueOS Project also has a [Subreddit](https://www.reddit.com/r/TrueOS/) for users who prefer to use Reddit to ask questions and to search for or post how-tos. A Reddit account is not required in order to read the Subreddit, but it is necessary to create a login account to submit or comment on posts. 101 | 102 | ## Social Media 103 | 104 | The TrueOS Project also maintains a number of social media accounts you can watch: 105 | 106 | * Facebook: https://www.facebook.com/groups/4210443834/ 107 | * Linkedin: http://www.linkedin.com/groups?gid=1942544 108 | * TrueOS Blog: https://www.trueos.org/blog/ 109 | * Twitter: https://twitter.com/TrueOS_Project/ 110 | -------------------------------------------------------------------------------- /tests/boot.exp: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env expect 2 | 3 | set vm [lindex $argv 0]; 4 | set logfilepath [lindex $argv 1]; 5 | log_file "$logfilepath" 6 | set timeout 1800 7 | set PID [spawn vm console "$vm"] 8 | send_user "Spawned PID: $PID \n" 9 | 10 | expect { 11 | "login:" { 12 | sleep .5 13 | exit 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /tests/install.exp: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env expect 2 | 3 | set vm [lindex $argv 0]; 4 | set logfilepath [lindex $argv 1]; 5 | log_file -noappend "$logfilepath" 6 | set timeout 1800 7 | set PID [spawn vm console "$vm"] 8 | send_user "Spawned PID: $PID \n" 9 | 10 | # Install automation tests not integrated here yet 11 | # TO-DO 12 | -------------------------------------------------------------------------------- /tests/iso/.keepme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trueos/trueos-desktop/0da3215fb44911ef42baa2fb4dcf78b40091076c/tests/iso/.keepme -------------------------------------------------------------------------------- /tests/log_parser_rules: -------------------------------------------------------------------------------- 1 | ok /Commit message/ 2 | error /all ports busy/ 3 | error /not found/ 4 | error /FAILED Fetch/ 5 | error /invalid core/ 6 | --------------------------------------------------------------------------------