Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
removing unsed imports and not validating the m5sum for real runs
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Jun 15, 2011
1 parent ce1e42e commit 4421937
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion tests/cc-unprop-md5test.py
Expand Up @@ -94,7 +94,8 @@
print "sums not the same |%s| |%s|" % (sum1, sum2)
print sum1
print sum2
sys,exit(1)
if 'NIMBUS_TEST_MODE_REAL' not in os.environ:
sys.exit(1)

cmd = "%s/bin/cloud-client.sh --delete --name %s" % (cc_home, newname)
(x, rc)=pexpect.run(cmd, withexitstatus=1, logfile=logfile)
Expand Down
1 change: 0 additions & 1 deletion tests/ec2_common_image_nose_tests.py
Expand Up @@ -11,7 +11,6 @@
import time
import unittest
import tempfile
import filecmp
import pycb
import pynimbusauthz
from pynimbusauthz.db import *
Expand Down
1 change: 0 additions & 1 deletion tests/ec2_repo_tests.py
Expand Up @@ -11,7 +11,6 @@
import time
import unittest
import tempfile
import filecmp
import pycb
import pynimbusauthz
from pynimbusauthz.db import *
Expand Down
1 change: 0 additions & 1 deletion tests/ec2_si_tests.py
Expand Up @@ -12,7 +12,6 @@
import time
import unittest
import tempfile
import filecmp
import pycb
import pynimbusauthz
from pynimbusauthz.db import *
Expand Down
1 change: 0 additions & 1 deletion tests/ec2_submit_many.py
Expand Up @@ -14,7 +14,6 @@
import time
import tempfile
import traceback
import filecmp
import logging
import shlex
from optparse import SUPPRESS_HELP
Expand Down
1 change: 0 additions & 1 deletion tests/reset_tests.py
Expand Up @@ -11,7 +11,6 @@
import time
import unittest
import tempfile
import filecmp
import pycb
import pynimbusauthz
from pynimbusauthz.db import *
Expand Down
1 change: 0 additions & 1 deletion tests/user_failures_tests.py
Expand Up @@ -11,7 +11,6 @@
import time
import unittest
import tempfile
import filecmp
import pycb
import pynimbusauthz
from pynimbusauthz.db import *
Expand Down

0 comments on commit 4421937

Please sign in to comment.