Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add awesome tests #904

Closed
wants to merge 1 commit into from
Closed

Add awesome tests #904

wants to merge 1 commit into from

Conversation

asdil12
Copy link
Member

@asdil12 asdil12 commented Dec 21, 2015

send_key "super-w";
sleep 1;
mouse_hide(1);
sleep 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

travis checks fail here. You can (and should) execute tests locally before submitting. Call
make test
in your working copy to call the tests.
Why are the sleeps required at all? Can you not just assert the screen with timeout?

@asdil12 asdil12 force-pushed the awesome branch 3 times, most recently from e385ab4 to ffa6875 Compare January 11, 2016 16:04
@asdil12 asdil12 changed the title add awesome tests Add awesome tests Jan 11, 2016
@asdil12
Copy link
Member Author

asdil12 commented Jan 11, 2016

Ran through completely: http://artemis/tests/536
Started using this command:

/var/lib/openqa/script/client isos post iso=openSUSE-Tumbleweed-DVD-x86_64-Snapshot20160105-Media.iso DISTRI=opensuse VERSION=Tumbleweed FLAVOR=DVD ARCH=x86_64 TEST=awesome MAKETESTSNAPSHOTS=1 KEEPHDDS=1

@@ -1 +1,2 @@
needles
.*.swp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated change

@okurz
Copy link
Member

okurz commented Jan 12, 2016

Obsoleted by #930

All comments taken into account and simplified test

@coolo coolo closed this Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants