Skip to content

Commit

Permalink
test: layer test
Browse files Browse the repository at this point in the history
  • Loading branch information
wss-git committed Jun 1, 2021
1 parent 47379ea commit b63d93c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/deploy/deploy-by-tpl.test.js
Expand Up @@ -184,6 +184,7 @@ describe('deploy', () => {
environmentVariables: undefined,
instanceConcurrency: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
functionName: 'nodejs8',
handler: 'index.handler',
initializationTimeout: undefined,
Expand Down Expand Up @@ -228,6 +229,7 @@ describe('deploy', () => {
memorySize: undefined,
runtime: 'nodejs6',
InstanceLifecycleConfig: undefined,
layers: undefined,
instanceType: undefined,
asyncConfiguration: undefined,
initializationTimeout: undefined,
Expand Down Expand Up @@ -263,6 +265,7 @@ describe('deploy', () => {
handler: 'helloworld.index',
initializer: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
instanceType: undefined,
asyncConfiguration: undefined,
Expand Down Expand Up @@ -302,6 +305,7 @@ describe('deploy', () => {
memorySize: undefined,
runtime: 'java8',
InstanceLifecycleConfig: undefined,
layers: undefined,
serviceName: 'java',
instanceType: undefined,
asyncConfiguration: undefined,
Expand Down Expand Up @@ -351,6 +355,7 @@ describe('deploy', () => {
memorySize: undefined,
runtime: 'nodejs8',
InstanceLifecycleConfig: undefined,
layers: undefined,
serviceName: 'nasDemo',
instanceType: undefined,
asyncConfiguration: undefined,
Expand Down Expand Up @@ -385,6 +390,7 @@ describe('deploy', () => {
asyncConfiguration: undefined,
initializer: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
runtime: 'python2.7',
serviceName: 'nasDemo',
Expand Down Expand Up @@ -438,6 +444,7 @@ describe('deploy', () => {
serviceName: 'fc',
timeout: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
cAPort: undefined,
customContainerConfig: undefined,
initializationTimeout: undefined,
Expand Down Expand Up @@ -509,6 +516,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
functionName: 'fun-ots-func',
memorySize: undefined,
runtime: 'nodejs8',
Expand Down Expand Up @@ -557,6 +565,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
runtime: 'python2.7',
serviceName: 'log-compute',
Expand Down Expand Up @@ -605,6 +614,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
functionName: 'rds-function',
memorySize: undefined,
runtime: 'python2.7',
Expand Down Expand Up @@ -657,6 +667,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
runtime: 'python2.7',
serviceName: 'oss-test-service',
timeout: undefined,
Expand Down Expand Up @@ -708,6 +719,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
runtime: 'nodejs8',
serviceName: 'cdn-test-service',
Expand Down Expand Up @@ -765,6 +777,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
functionName: 'mnsTopic-function',
memorySize: undefined,
runtime: 'python2.7',
Expand Down Expand Up @@ -815,6 +828,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
runtime: 'python2.7',
serviceName: 'pythondemo',
Expand Down Expand Up @@ -895,6 +909,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
memorySize: undefined,
runtime: 'nodejs8',
serviceName: 'maas',
Expand Down Expand Up @@ -959,6 +974,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
initializer: undefined,
memorySize: undefined,
runtime: 'nodejs8',
Expand Down Expand Up @@ -1005,6 +1021,7 @@ describe('deploy', () => {
handler: 'wechat.get',
initializer: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
instanceType: undefined,
asyncConfiguration: undefined,
memorySize: undefined,
Expand Down Expand Up @@ -1064,6 +1081,7 @@ describe('deploy', () => {
initializer: undefined,
instanceType: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
asyncConfiguration: undefined,
memorySize: undefined,
runtime: 'nodejs6',
Expand Down Expand Up @@ -1152,6 +1170,7 @@ describe('deploy', () => {
environmentVariables: undefined,
instanceConcurrency: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
functionName: 'initializer',
handler: 'main.my_handler',
initializationTimeout: undefined,
Expand Down Expand Up @@ -1227,6 +1246,7 @@ describe('deploy', () => {
initializer: undefined,
instanceType: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
asyncConfiguration: undefined,
memorySize: undefined,
runtime: 'nodejs6',
Expand Down Expand Up @@ -1283,6 +1303,7 @@ describe('deploy', () => {
instanceType: undefined,
asyncConfiguration: undefined,
InstanceLifecycleConfig: undefined,
layers: undefined,
initializer: undefined,
memorySize: undefined,
runtime: 'nodejs8',
Expand Down Expand Up @@ -1319,6 +1340,7 @@ describe('deploy', () => {
functionName: 'function-async-config',
handler: 'index.handler',
InstanceLifecycleConfig: undefined,
layers: undefined,
initializer: undefined,
memorySize: undefined,
instanceType: 'e1',
Expand Down

0 comments on commit b63d93c

Please sign in to comment.