fix some typos
Change-Id: I0bc2c2900e44e9da7f6ac98780347d744ddb0de0
This commit is contained in:
parent
28dec3510d
commit
73906b5162
@ -42,8 +42,6 @@ class TaskEndpoint(object):
|
||||
|
||||
target = oslo_messaging.Target(topic="test", version='1.0')
|
||||
|
||||
LOWEST = 8
|
||||
|
||||
def stop_task(self, ctx, uuid):
|
||||
print "[LOG] stopping task: %s" % uuid
|
||||
task = db_api.task_get(uuid)
|
||||
|
@ -40,7 +40,7 @@ function report_html_test {
|
||||
|
||||
function ubuntu_stap_test {
|
||||
scal_ci=$BASE/new/scalpels/tests/ci/
|
||||
sudo stap -vvv $scal_ci/pyfunc.stp -c "$DATA_DIR/cpython_build/bin/python $scal_ci/test-func.py"
|
||||
sudo stap -vv $scal_ci/pyfunc.stp -c "$DATA_DIR/cpython_build/bin/python $scal_ci/test-func.py"
|
||||
}
|
||||
|
||||
function stap_test {
|
||||
|
Loading…
x
Reference in New Issue
Block a user