Skip to content

melezhik/minoca-os-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

Run system tests against running Minoca OS

INSTALL

NOTE: Installation and test run should be taken on server under Minoca OS.

Install Sparrow tool

$ opkg update
$ opkg install perl curl bash gcc make 
$ ln -s /bin/env /usr/bin/env
$ curl -L -k http://cpanmin.us -o /usr/bin/cpanm && chmod +x /usr/bin/cpanm
$ cpanm --notest -q Sparrow
$ sparrow index update

Install minoca-os-test plugin

$ sparrow plg install minoc-os-test

minoca-os-test report

USAGE

Just run minoc-os-test plugin:

$ sparrow plg run minoc-os-test

Parameters

test

Runs a single test.

$ sparrow plg run minoc-os-test --param test=opkg-install-curl

To print out a test list instead of running tests:

$ sparrow plg run minoc-os-test --param test=show-test-list

See also

Author

Alexey Melezhik

About

Run some tests against running Minoca OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages