-
Notifications
You must be signed in to change notification settings - Fork 15
Added xApp policy ratio parameters to the slice config and updated api #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
|
test this please |
|
retest this please |
| title: application-id | ||
| type: string | ||
| x-go-type: ListKey | ||
| x-yang-type: application-id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this new variable, the Test_ValidateRequestGivesError test is failing. Try to make sure that your changes do not break the code (and tests)
diff --git a/pkg/toplevel/server/validation_test.go b/pkg/toplevel/server/validation_test.go
index 60cb145..6dfc17b 100644
--- a/pkg/toplevel/server/validation_test.go
+++ b/pkg/toplevel/server/validation_test.go
@@ -65,7 +65,8 @@ Schema:
"maxLength": 1024,
"minLength": 1,
"title": "description",
- "type": "string"
+ "type": "string",
+ "x-yang-type": "description"
}
Value:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
SeanCondon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be possible to run make generated and then make test and not get any errors.
I think there is some technical debt on master because of link rot or module rot that will have to be fixed.
Due to compiler version change the target values are not populated as expected. It causes few tests to fail due to tagrget mismatch. Updated the tests to resolve the same. Signed-off-by: Marikkannu, Suresh <suresh.marikkannu@intel.com>
We added new parameters like policy ratios to the slice configuration which will be pushed to the RAN( xApp).
Also we added an endpoint parameter to the site which is used to configure the xApp endpoint URL
Updated api repo using the latest aether-models.