Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 718cad3

Browse files
csantanaprJason Peterson
authored andcommitted
Fix cloudant creds 11 6 (#69)
* fixed virtualenv zip test for python:3.7 * update creds for cloudant
1 parent 6194199 commit 718cad3

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/credentials.json.enc

-800 Bytes
Binary file not shown.

tests/dat/actions/p3zip/python3_jessie_virtualenv.zip renamed to tests/dat/actions/p3zip/python36_jessie_virtualenv.zip

File renamed without changes.
3.9 MB
Binary file not shown.

tests/src/test/scala/system/basic/WskBasicIBMPython37Tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ import org.scalatest.junit.JUnitRunner
2121

2222
@RunWith(classOf[JUnitRunner])
2323
class WskBasicIBMPython37Tests extends WskBasicIBMPythonTests {
24-
25-
override lazy val kind = "python:3.6"
24+
override lazy val kind = "python:3.7"
25+
override lazy val filename = "python37_stretch_virtualenv.zip"
2626
}

tests/src/test/scala/system/basic/WskBasicIBMPythonTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import java.io.File
3030
class WskBasicIBMPythonTests extends TestHelpers with WskTestHelpers with Matchers with JsHelpers with WskActorSystem {
3131

3232
lazy val kind = "python:3.6"
33+
lazy val filename = "python36_jessie_virtualenv.zip"
3334

3435
implicit val wskprops = WskProps()
3536
val wsk: common.rest.WskRestOperations = new WskRestOperations
@@ -114,7 +115,6 @@ class WskBasicIBMPythonTests extends TestHelpers with WskTestHelpers with Matche
114115

115116
it should s"invoke a zipped $kind action with virtualenv package" in withAssetCleaner(wskprops) { (wp, assetHelper) =>
116117
val userdir = "tests/dat/actions/p3zip"
117-
val filename = "python3_jessie_virtualenv.zip"
118118
val name = filename
119119
val zippedPythonAction = Some(new File(userdir, filename).toString())
120120

0 commit comments

Comments
 (0)