test test
Note
this is an awesome note!
db ~/dev/configuration/vagrant/base/devstack (git)-[openedx/rc/aspen-2014-09-10] mastodon | |
% vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'precise64'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: devstack_default_1412615044678_27663 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat |
db ~/dev/configuration/vagrant/base/devstack (git)-[openedx/rc/aspen-2014-09-10] mastodon | |
% vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'precise64'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: devstack_default_1412621171639_82623 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly |
13:43:43 Started by user David Baumgold | |
13:43:43 Building in workspace /var/lib/jenkins/jobs/ansible-provision/workspace | |
13:43:43 [ssh-agent] Using credentials continuous-integration | |
13:43:43 [ssh-agent] Looking for ssh-agent implementation... | |
13:43:43 [ssh-agent] Java/JNR ssh-agent | |
13:43:43 [ssh-agent] Started. | |
13:43:43 Checkout:workspace / /var/lib/jenkins/jobs/ansible-provision/workspace - hudson.remoting.LocalChannel@67771b9b | |
13:43:43 Using strategy: Default | |
13:43:43 Last Built Revision: Revision 2190b81c75c4d96bdbbac556fe9aec9a2dc2a3f0 (origin/release) | |
13:43:43 Fetching changes from 1 remote Git repository |
14:54:50 Started by user David Baumgold | |
14:54:50 Building in workspace /var/lib/jenkins/jobs/ansible-provision/workspace | |
14:54:50 [ssh-agent] Using credentials continuous-integration | |
14:54:50 [ssh-agent] Looking for ssh-agent implementation... | |
14:54:50 [ssh-agent] Java/JNR ssh-agent | |
14:54:50 [ssh-agent] Started. | |
14:54:50 Checkout:workspace / /var/lib/jenkins/jobs/ansible-provision/workspace - hudson.remoting.LocalChannel@67771b9b | |
14:54:50 Using strategy: Default | |
14:54:50 Last Built Revision: Revision 2190b81c75c4d96bdbbac556fe9aec9a2dc2a3f0 (origin/release) | |
14:54:50 Fetching changes from 1 remote Git repository |
edxapp@precise64:~/edx-platform$ paver test_bokchoy | |
---> pavelib.bok_choy.test_bokchoy | |
---> pavelib.prereqs.install_prereqs | |
---> pavelib.prereqs.install_ruby_prereqs | |
Ruby prereqs unchanged, skipping... | |
---> pavelib.prereqs.install_node_prereqs | |
Node prereqs unchanged, skipping... | |
---> pavelib.prereqs.install_python_prereqs | |
Python prereqs unchanged, skipping... |
edxapp@precise64:~/edx-platform$ paver test_acceptance | |
---> pavelib.acceptance_test.test_acceptance | |
---> pavelib.prereqs.install_prereqs | |
---> pavelib.prereqs.install_ruby_prereqs | |
Ruby prereqs unchanged, skipping... | |
---> pavelib.prereqs.install_node_prereqs | |
Node prereqs unchanged, skipping... | |
---> pavelib.prereqs.install_python_prereqs | |
Python prereqs unchanged, skipping... | |
---> pavelib.utils.test.utils.clean_reports_dir |
test test
Note
this is an awesome note!
Doing the OAuth dance with style using Flask, requests, and oauthlib. Currently, only OAuth consumers are supported, but this project could easily support OAuth providers in the future, as well. The full documentation for this project is hosted on ReadTheDocs, but this README will give you a taste of the features.
$ vagrant up | |
<output removed for brevity> | |
$ vagrant ssh | |
<output removed for brevity> | |
vagrant@precise64:~$ sudo su edxapp | |
edxapp@precise64:~/edx-platform$ git pull | |
<output removed for brevity> | |
edxapp@precise64:~/edx-platform$ git checkout uncomment-thumbnail-tests | |
<output removed for brevity> | |
edxapp@precise64:~/edx-platform$ paver test_system -t cms/djangoapps/contentstore/tests/test_contentstore.py:ImportRequiredTestCases |
db ~/devstack2 mastodon | |
% vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: VirtualBox VM is already running. | |
==> default: Checking for host entries | |
db ~/devstack2 mastodon | |
% vagrant ssh | |
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ |