summaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_suites/opnfv_k8-nosdn-istio-noha_daily.yaml
blob: 0e5844cd37820881a702b2b1a48c9c4c30236d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##############################################################################
# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
# k8 nosdn istio noha daily task suite

schema: "yardstick:suite:0.1"

name: "k8-nosdn-istio-noha"
test_cases_dir: "tests/opnfv/test_cases/"
test_cases:
-
  file_name: opnfv_yardstick_tc080.yaml
class="p">), ] operations = [ migrations.CreateModel( name='Resource', fields=[ ('id', models.AutoField(primary_key=True, serialize=False)), ('name', models.CharField(max_length=100, unique=True)), ('description', models.CharField(blank=True, max_length=300, null=True)), ('url', models.CharField(blank=True, max_length=100, null=True)), ('owner', models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='user_lab_owner', to=settings.AUTH_USER_MODEL)), ('slave', models.ForeignKey(null=True, on_delete=django.db.models.deletion.DO_NOTHING, to='jenkins.JenkinsSlave')), ('vpn_users', models.ManyToManyField(blank=True, related_name='user_vpn_users', to=settings.AUTH_USER_MODEL)), ], options={ 'db_table': 'resource', }, ), migrations.CreateModel( name='ResourceStatus', fields=[ ('id', models.AutoField(primary_key=True, serialize=False)), ('timestamp', models.DateTimeField(auto_now_add=True)), ('type', models.CharField(max_length=20)), ('title', models.CharField(max_length=50)), ('content', models.CharField(max_length=5000)), ('resource', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='dashboard.Resource')), ], options={ 'db_table': 'resource_status', }, ), migrations.CreateModel( name='Server', fields=[ ('id', models.AutoField(primary_key=True, serialize=False)), ('name', models.CharField(blank=True, max_length=100)), ('model', models.CharField(blank=True, max_length=100)), ('cpu', models.CharField(blank=True, max_length=100)), ('ram', models.CharField(blank=True, max_length=100)), ('storage', models.CharField(blank=True, max_length=100)), ('resource', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='dashboard.Resource')), ], options={ 'db_table': 'server', }, ), ]